Skip to content

Instantly share code, notes, and snippets.

@Niknafs
Created February 19, 2018 15:46
Show Gist options
  • Save Niknafs/2faf7b6e25fc6ad21b39d30ec59979ac to your computer and use it in GitHub Desktop.
Save Niknafs/2faf7b6e25fc6ad21b39d30ec59979ac to your computer and use it in GitHub Desktop.
Installing gdc-client on a red hat linux server
qrsh
module load python/2.7.9
git clone https://github.com/NCI-GDC/gdc-client/
cd gdc-client
git checkout master
virtualenv venv
source venv/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools argparse
pip install -r requirements.txt
python setup.py install
cd bin
./gdc-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment