retrieve
retrieve(session_dir, /, *, alphafold_db_version='6', cache=None, _=None)
Retrieve structure files from AlphaFold and PDBe.
Based on previously obtained search results.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
session_dir
|
Annotated[Path, Parameter(validator=Path(file_okay=False, dir_okay=True, exists=True))]
|
The directory containing the search results. |
required |
alphafold_db_version
|
str
|
The version of the AlphaFold database to use. |
'6'
|
cache
|
CacheParameter | None
|
Cache options including no_cache, cache_dir, and copy_method. |
None
|