If specifying a cancer dataset in cd.download() (and on the CLI via coderdata download --name <DATASET_NAME>), the genes.tsv table is not retrieved from figshare.
Only when downloading all coderdata datasets (name=='all') genes.tsv is retrieved.
The retrieval of genes.tsv must be added into the download routine independent of whether a dataset is specified.
If specifying a cancer dataset in
cd.download()(and on the CLI viacoderdata download --name <DATASET_NAME>), thegenes.tsvtable is not retrieved from figshare.Only when downloading all coderdata datasets (
name=='all')genes.tsvis retrieved.The retrieval of
genes.tsvmust be added into the download routine independent of whether a dataset is specified.