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

https://github.com/nci-gdc/varscan-tool

GDC VarScan2 docker
https://github.com/nci-gdc/varscan-tool

bioinformatics docker workflow-tool

Last synced: about 2 months ago
JSON representation

GDC VarScan2 docker

Awesome Lists containing this project

README

          

# varscan-tool

VarScan is a platform-independent mutation caller for targeted, exome, and whole-genome resequencing data generated on Illumina, SOLiD, Life/PGM, Roche/454, and similar instruments.

## Installation

```sh
pip install .
```

## Development

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