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

https://github.com/nci-gdc/samtools-metrics-sqlite


https://github.com/nci-gdc/samtools-metrics-sqlite

bioinformatics docker workflow-tool

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# samtools-metrics-sqlite

samtools-metrics-sqlite

## 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