load_structure
Load a molecular structure from a local file (PDB, MMCIF) and apply a BFS multimer heuristic to group chains based on a specified distance cutoff.
Instructions
Loads a structure from a local file path and applies the BFS multimer heuristic.
Args: file_path: Path to the structure file (PDB, MMCIF, etc.) obj_name: 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 | Yes | ||
| file_path | Yes | ||
| multimer_cutoff | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |