load_structure
Load a structure from a local file path into PyMOL for analysis, using BFS multimer heuristic to group interacting chains. Replace or add to the current session.
Instructions
Loads a structure from a local file path and applies the BFS multimer heuristic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replace | No | Clear the session first, so this is the only structure loaded. Pass False to add to what is already loaded — which is how you get two structures into one session for superposition_view. | |
| obj_name | Yes | Name for the object in PyMOL | |
| file_path | Yes | Path to the structure file (PDB, MMCIF, etc.) | |
| multimer_cutoff | No | Distance (A) between chains to keep them in the same multimer. Default 8.0A is suitable for most functional assemblies. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |