https://github.com/NCI-GDC/samtools-metrics-sqlite
https://github.com/NCI-GDC/samtools-metrics-sqlite
bioinformatics docker workflow-tool
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/NCI-GDC/samtools-metrics-sqlite
- Owner: NCI-GDC
- License: apache-2.0
- Created: 2016-07-22T21:46:07.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T17:21:39.000Z (almost 3 years ago)
- Last Synced: 2024-12-21T22:41:36.161Z (over 1 year ago)
- Topics: bioinformatics, docker, workflow-tool
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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