封装gdc-client, 下载TCGA 数据
Go to file
2026-01-23 16:57:35 +08:00
docs/plans docs: add implementation plan 2026-01-23 16:48:14 +08:00
tcga_downloader fix: parse size as int in TSV manifest 2026-01-23 16:43:39 +08:00
tests docs: add README 2026-01-16 14:54:24 +08:00
.gitignore chore: ignore pytest cache 2026-01-23 16:57:35 +08:00
pyproject.toml feat: add package skeleton 2026-01-16 14:45:10 +08:00
README.md docs: add README 2026-01-16 14:54:24 +08:00

TCGA Downloader

Python package + CLI to query public TCGA files and download via gdc-client.

Install

pip install -e .

Example

tcga-downloader query --project TCGA-BRCA --data-type "Gene Expression" --out manifest.tsv

tcga-downloader download --manifest manifest.tsv --out-dir ./data