neoneye / seq-browser

Sequence and Programs Browser App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sequences and Programs Browser App

Initialize the database (this takes a while, but you can also hit CTRL-C after a few minutes for a partial database):

python3 update-db.py

Prepare the Flask App:

python3 -m venv venv
. venv/bin/activate
pip3 install Flask

Start the app:

export FLASK_APP=seq-browser
flask run

About

Sequence and Programs Browser App

License:Apache License 2.0


Languages

Language:Python 88.2%Language:HTML 11.0%Language:CSS 0.9%