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

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

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