download_well_known_file
Download any Allen Institute file (CSV, NWB, SWC, etc.) by providing its WellKnownFile ID. Obtain the ID via list_well_known_files or execute_rma_query.
Instructions
Download any Allen Institute file by its WellKnownFile ID (obtain via list_well_known_files or execute_rma_query on the WellKnownFile model). Covers transcriptomics CSV matrices, NWB files, SWC reconstructions, and any other bulk download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wellKnownFileId | Yes | WellKnownFile ID to download. | |
| filePath | No | Local path to save the file. Include an appropriate extension (e.g. .zip, .nwb, .swc). |