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 -r requirements.txt

Start the app:

flask --app seq-browser run

About

Sequence and Programs Browser App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published