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
- Host: GitHub
- URL: https://github.com/nci-gdc/picard_metrics_sqlite
- Owner: NCI-GDC
- License: apache-2.0
- Created: 2016-07-20T01:38:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-24T21:25:26.000Z (5 months ago)
- Last Synced: 2026-01-25T10:09:05.742Z (5 months ago)
- Topics: bioinformatics, docker, workflow-tool
- Language: Python
- Size: 128 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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