Skip to content

Tools for GDC Tumor-only Somatic Variant Calling Workflow

License

Notifications You must be signed in to change notification settings

NCI-GDC/gdc-tosvc-tools

Repository files navigation

gdc-tosvc-tools

Tools for GDC Tumor-only Somatic Variant Calling Workflow

Installation

pip install .

Development

  • Clone this repository
  • Requirements:
    • Python >= 3.8
    • Tox
  • make venv to create a virtualenv
  • source .venv/bin/activate to activate new virtualenv
  • make init to install dependencies and pre-commit hooks