diff --git a/dynamut/examples.py b/dynamut/examples.py index 1601529..a063384 100644 --- a/dynamut/examples.py +++ b/dynamut/examples.py @@ -8,8 +8,8 @@ Created on Fri Feb 12 12:15:26 2021 import os homedir = os.path.expanduser('~') os.chdir (homedir + '/git/LSHTM_analysis/dynamut') -from submit import * -from get_results import * +from submit_dynamut import * +from get_results_dynamut import * #%%##################################################################### #EXAMPLE RUN for different stages #===================== diff --git a/mcsm_na/run_get_results.py b/mcsm_na/run_get_results_mcsm_na.py similarity index 100% rename from mcsm_na/run_get_results.py rename to mcsm_na/run_get_results_mcsm_na.py diff --git a/mcsm_na/run_submit.py b/mcsm_na/run_submit_mcsm_na.py similarity index 100% rename from mcsm_na/run_submit.py rename to mcsm_na/run_submit_mcsm_na.py