A web application for manual curation of trait-to-ontology mappings, including provenance and integration with EBI SPOT stack.
python3 -m venv venv
- Creates a virtual environment . venv/bin/activate
- Activates the virtual environmentpip3 install -r requirements.txt
- Installs the required dependencies in the virtual environmentpython3 manage.py migrate
- Installs the app's database migrationspython3 manage.py runserver
- Starts a development server