Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Last active January 4, 2018 14:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stephenturner/58ff975185723ab8458a90c68193ce67 to your computer and use it in GitHub Desktop.
Save stephenturner/58ff975185723ab8458a90c68193ce67 to your computer and use it in GitHub Desktop.
conda create -n gdc python=2.7 libxml2 libxslt libffi gcc progressbar
source activate gdc
git clone https://github.com/NCI-GDC/gdc-client
cd gdc-client
python setup.py install
$ gdc-client -h
usage: gdc-client [-h] [--version] {download,upload,interactive} ...
The Genomic Data Commons Command Line Client
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
commands:
{download,upload,interactive}
for more information, specify -h after a command
download download data from the GDC
upload upload data to the GDC
interactive run in interactive mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment