Skip to content

weiwen6/gdc-client

 
 

Repository files navigation

GDC Data Transfer Tool (gdc-client)

Overview of the GDC Data Transfer Tool

The gdc-client provides several convenience functions over the GDC API which provides general download/upload via HTTPS.

Badges:

Codacy Badge

Tests

In order to run tests:

  • pip install -r requirements.txt
  • pip install -r dev-requirements.txt
  • python setup.py install

Run tests

  • python -m pytest tests/ Run tests with coverage:
  • python -m pytest --cov=gdc_client --cov-branch --cov-report term tests/

Contributing

Read how to contribute here

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%