Omnicrobe Web interfaces
Source code
$ git clone git@forgemia.inra.fr:omnicrobe/omnicrobe_web.git
How to run Omnicrobe?
Configuration file
Before running the Omnicrobe application, it is necessary to modify the config.yaml
configuration file with database connection information.
Execution environment
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install Flask
$ pip install psycopg2
$ pip install flask-restx
$ export FLASK_APP=__init__.py
$ export FLASK_ENV=development
Workflow execution
$ flask run