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

https://github.com/nci-gdc/picard_metrics_sqlite


https://github.com/nci-gdc/picard_metrics_sqlite

bioinformatics docker workflow-tool

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# picard_metrics_sqlite

Python Boilerplate contains all the boilerplate you need to create a Python package.

## Installation

```sh
pip install .
```

## Development

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