NCBI SRA Get Run Info
Get detailed metadata for SRA run accessions including sequencing platform (ILLUMINA, Oxford Nanopore), instrument model, library strategy (RNA-Seq, WGS), library source (genomic, transcriptomic), library layout (paired/single), sample information, study details, organism, and data statistics (total spots, bases). Essential for understanding experimental design and data characteristics before downloading large FASTQ files. Use SRA run accessions (SRR000001, ERR000001, DRR000001) from NCBI_SRA_s…
Overview
Get detailed metadata for SRA run accessions including sequencing platform (ILLUMINA, Oxford Nanopore), instrument model, library strategy (RNA-Seq, WGS), library source (genomic, transcriptomic), library layout (paired/single), sample information, study details, organism, and data statistics (total spots, bases). Essential for understanding experimental design and data characteristics before downloading large FASTQ files. Use SRA run accessions (SRR000001, ERR000001, DRR000001) from NCBI_SRA_search_runs or known accessions.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 96ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accessions": {
"description": "SRA run accession(s) (e.g., 'SRR000001', 'ERR000001', 'DRR000001'). Can be single accession or array of accessions. Use SRR for NCBI, ERR for ENA, DRR for DDBJ.",
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
},
"operation": {
"const": "get_run_info",
"description": "Operation type (fixed: get_run_info)"
}
},
"required": [
"accessions"
],
"type": "object"
}Examples (1)
Default NCBI SRA Get Run Info call
{}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NCBI_SRA_get_run_info
- Tool name
- NCBI_SRA_get_run_info
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse