This DAFNI model runs an HBV simulation using preprocessed input data.
docker build -t hbv-dafni .
docker run -v "<absolute_path_of_data_directory>:/data" --name hbv-dafni hbv-dafni
or
python run.py
To build the documentation:
cd docs
python build_docs.py