封装gdc-client, 下载TCGA 数据
Go to file
2026-01-16 14:54:24 +08:00
docs/plans Add TCGA downloader design 2026-01-16 14:05:26 +08:00
tcga_downloader feat: add CLI entry points 2026-01-16 14:51:39 +08:00
tests docs: add README 2026-01-16 14:54:24 +08:00
.gitignore chore: ignore worktrees 2026-01-16 14:08:04 +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