ct runs download-trajs
Download all trajectories for a run ID or viewer run URL as JSON files.
Usage
ct runs download-trajs [OPTIONS] RUN_ID
Arguments
| Argument | Type | Required |
|---|---|---|
RUN_ID | text | Yes |
Options
| Option | Description |
|---|---|
--overwrite | Overwrite existing files in the output directory. |
-o, --output DIRECTORY | Directory to store downloaded trajectories (defaults to <repo>/data/run_trajs/<run_id>). |
--help | Show this message and exit. |