set_working_directory
Set the base directory for all subsequent file operations, allowing relative paths to resolve correctly for PDB structures in one folder.
Instructions
Set the working directory for all subsequent file I/O.
WHEN TO USE
Call this first when the user's PDB files are in a specific directory and
you want to avoid writing absolute paths in every subsequent call. After
this call, relative paths in all other tools resolve against path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the desired working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |