Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 325 Bytes

bpsdaweb

Evaluation of metagenomic binning

Dependencies (python 3):

  • flask
  • flask-sqlalchemy
  • flask-restful
  • flask-script

Instructions:

  1. Create the database with python3 manage.py createdb
  2. Start the application with python3 manage.py runserver
  3. Open your webbrowser en navigate to 127.0.0.1:5000