Last active
January 4, 2018 14:46
-
-
Save stephenturner/58ff975185723ab8458a90c68193ce67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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