List genomes
list_genomesDiscover available genomes in the cache: list downloaded VCFs, normalized Parquets, and pre-configured samples for scoring or comparison. Reads local filesystem only.
Instructions
List genomes available in the server's cache directory.
Scans <cache_dir>/samples/ for downloaded raw VCF files and
<cache_dir>/normalized/ for normalized Parquet files. Also lists
the pre-configured sample genomes that can be downloaded via
download_sample_genome (even if not yet downloaded).
Use this to discover genomes you can score or compare (Anton + Livia are the built-in pair):
Which genomes have already been downloaded (ready for direct scoring).
Which genomes have already been normalized (ready for compute_prs /
compute_prs_by_traitas an optional reusable fast path).Which pre-configured samples are available for download.
No network access required — reads the local filesystem only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable summary. | |
| cache_dir | Yes | Root cache directory path. | |
| downloaded | No | Raw VCF files in <cache_dir>/samples/. | |
| normalized | No | Normalized Parquet files in <cache_dir>/normalized/. | |
| available_samples | No | Pre-configured sample genomes that can be downloaded via download_sample_genome (name, description, size, license). |