An open API service indexing awesome lists of open source software.

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

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