Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 541 Bytes

File metadata and controls

17 lines (12 loc) · 541 Bytes

FlowAPI

Genomic Flow Application API (https://flowapi.sansterbioanalytics.com/)

Documentation Status

Setup Environment

Setup the Development .venv

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Building

This repository is linked with readthedocs.io to automatically build and deploy the documentation when new changes are made to the git repository.