Skip to content

NCI-GDC/fastqc_to_json

Repository files navigation

fastqc_to_json

Python Boilerplate contains all the boilerplate you need to create a Python package.

Installation

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