fetch_export_file
Download a completed genotyping export by providing its download URL after processing finishes, and save it to a specified local file path.
Instructions
Download a completed export — the URL export_genotypes(..., wait=False) returned
— once get_export_progress reports it complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Destination file path for the export. | |
| download_url | Yes | Download URL returned by export_genotypes(..., wait=False), once get_export_progress reports the export complete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |