https://github.com/nci-gdc/readgroup_json_db
https://github.com/nci-gdc/readgroup_json_db
bioinformatics docker workflow-tool
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nci-gdc/readgroup_json_db
- Owner: NCI-GDC
- License: apache-2.0
- Created: 2016-04-28T19:39:22.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T03:03:45.000Z (over 2 years ago)
- Last Synced: 2025-01-14T15:43:54.506Z (over 1 year ago)
- Topics: bioinformatics, docker, workflow-tool
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# readgroup_json_db
readgroup_json_db
## 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