An open API service indexing awesome lists of open source software.

https://github.com/nci-gdc/gdc-tosvc-tools

Tools for GDC Tumor-only Somatic Variant Calling Workflow
https://github.com/nci-gdc/gdc-tosvc-tools

bioinformatics docker workflow-tool

Last synced: 2 months ago
JSON representation

Tools for GDC Tumor-only Somatic Variant Calling Workflow

Awesome Lists containing this project

README

          

# gdc-tosvc-tools

Tools for GDC Tumor-only Somatic Variant Calling Workflow

## Installation

```sh
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