FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 486faaaa authored by L. Bower's avatar L. Bower
Browse files

repackaging coordinator

parent 15a7b81e
No related branches found
No related tags found
Loading
......@@ -6,12 +6,12 @@ API
:template: custom-module-template.rst
:recursive:
coordinator
plotting
ews_postprocessing
met_processing
environmental_suitability
source_gen
ews.coordinator
ews.plotting
ews.postprocessing
ews.met_processing
ews.environmental_suitability
ews.source_gen
EpiModel
flagdir
AdvisoryBuilder
ews.advisory_builder
......@@ -7,7 +7,7 @@ source "${proc_path}"/run_utils.sh
setup_virtual_env
python "${proc_path}"/../coordinator/processor_advisory.py "$@"
python "${proc_path}"/../ews/coordinator/processor_advisory.py "$@"
exit_code=$?
teardown_virtual_env
......
......@@ -9,7 +9,7 @@ setup_virtual_env
echo "Running ProcessorDeposition.py with path: "
pwd;
python "${proc_path}"/../coordinator/processor_deposition.py "$@"
python "${proc_path}"/../ews/coordinator/processor_deposition.py "$@"
exit_code=$?
teardown_virtual_env
......
......@@ -7,7 +7,7 @@ source "${proc_path}"/run_utils.sh
setup_virtual_env
python "${proc_path}"/../coordinator/processor_environment.py "$@"
python "${proc_path}"/../ews/coordinator/processor_environment.py "$@"
exit_code=$?
teardown_virtual_env
......
......@@ -7,7 +7,7 @@ source "${proc_path}"/run_utils.sh
setup_virtual_env
python "${proc_path}"/../coordinator/processor_epidemiology.py "$@"
python "${proc_path}"/../ews/coordinator/processor_epidemiology.py "$@"
exit_code=$?
teardown_virtual_env
......
......@@ -7,7 +7,7 @@ source "${proc_path}"/run_utils.sh
setup_virtual_env
python "${proc_path}"/../coordinator/processor_scraper.py "$@"
python "${proc_path}"/../ews/coordinator/processor_scraper.py "$@"
exit_code=$?
teardown_virtual_env
......
......@@ -7,7 +7,7 @@ source "${proc_path}"/run_utils.sh
setup_virtual_env
python "${proc_path}"/../coordinator/processor_surveys.py "$@"
python "${proc_path}"/../ews/coordinator/processor_surveys.py "$@"
exit_code=$?
teardown_virtual_env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment