FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
run_Epidemiology_Processor.sh 289 B
Newer Older
L. Bower's avatar
L. Bower committed
# get path of this script (to point to files within the same git repo)
proc_path="$(dirname "$(readlink -f "$0")")"

source "${proc_path}"/run_utils.sh
python "${proc_path}"/../coordinator/ProcessorEpidemiology.py "$@"
exit_code=$?

teardown_conda_env

exit $exit_code