fetch_structure
Fetches the first biological assembly (multimer) from a PDB code, discarding any chains not part of the primary complex.
Instructions
Fetches a protein structure from the PDB. By default, it attempts to fetch the first biological assembly (multimer), and removes any unrelated chains/states that are not part of the primary multimer.
Args: pdb_code: 4-letter PDB code (e.g. "1abc") obj_name: Optional custom name for the object in PyMOL multimer_cutoff: Distance (A) between chains to keep them in the same multimer. Default 8.0A is suitable for most functional assemblies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| obj_name | No | ||
| pdb_code | Yes | ||
| multimer_cutoff | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |