Skip to content

loda-lang/seq-browser

Repository files navigation

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:

flask --app seq-browser run