DD-DeCaF / simulations

Model service which takes care of adjusting model according to incoming messages and returns information such as fluxes, theoretical maximum yields, etc
Apache License 2.0
0 stars 1 forks source link

Simulations

master Branch master Build Status master Codecov

devel Branch devel Build Status devel Codecov

Development

Type make to see frequently used workflow commands.

Data

To update models, run make update_models.

To update salts, run make update_salts.

Testing

To run all tests and QA checks, run make qa.

Environment

Specify environment variables in a .env file. See docker-compose.yml for the possible variables and their default values.

Updating Python dependencies

To compile a new requirements file and then re-build the service with the new requirements, run:

make pip-compile build