Home

Awesome

GDC-tricks

The GDC data portal

You can access the GDC data portal at https://gdc-portal.nci.nih.gov/

Finding a dataset

Downloading data

gdc-client download -m gdc_manifest.txt

If the data mentioned in the manifest file is access-restricted, you further need to download a token file that identifies you. To do so, click on your user name in the top right of the page, and select "Download token"; save it to the appropriate directory. token

You can then launch the GDC client using both -m (manifest) and -t (token) options:

gdc-client download -m gdc_manifest.txt  -t gdc-user-token.txt

You can also compile the gdc-client yourself using the sources from https://github.com/NCI-GDC/gdc-client. To do so, you can clone the git repository:

git clone https://github.com/NCI-GDC/gdc-client

Then compile the sources using python package setuptools:

python setup.py build
python setup.py install

Other useful options

to speed-up the download

to debug