https://github.com/nci-gdc/fastqc_db
https://github.com/nci-gdc/fastqc_db
bioinformatics docker workflow-tool
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nci-gdc/fastqc_db
- Owner: NCI-GDC
- License: apache-2.0
- Created: 2016-04-15T16:28:07.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T14:40:47.000Z (5 months ago)
- Last Synced: 2026-01-20T17:52:57.309Z (5 months ago)
- Topics: bioinformatics, docker, workflow-tool
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastqc_db
fastqc_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