antoniouaa / verbose-octo-guide

A small Flask app that acts as a backend to a bioinformatics project.

Home Page:https://genome-sequencer.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

A small Flask server for the simple processing of genome sequences

Run locally

You'll need to install poetry first.

First clone the repository, move inside the new directory, set the proper env variables and run the poetry command.

git clone https://github/antoniouaa/verbose-octo-guide.git
cd verbose-octo-guide

For linux:

export FLASK_APP="run.py"

For Powershell:

$env:FLASK_APP="run.py"

Run with poetry run:

poetry run flask run

To run the tests

poetry run pytest --cov="sequencer"  tests/

About

A small Flask app that acts as a backend to a bioinformatics project.

https://genome-sequencer.herokuapp.com/


Languages

Language:Python 98.6%Language:Mako 1.4%