https://github.com/nci-gdc/fastqc_to_json
https://github.com/nci-gdc/fastqc_to_json
bioinformatics docker workflow-tool
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nci-gdc/fastqc_to_json
- Owner: NCI-GDC
- License: apache-2.0
- Created: 2016-08-22T23:46:34.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T18:23:52.000Z (about 3 years ago)
- Last Synced: 2025-01-14T14:49:02.343Z (over 1 year ago)
- Topics: bioinformatics, docker, workflow-tool
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastqc_to_json
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