diff --git a/src/run.py b/src/run.py index d2369a5..bde71f3 100644 --- a/src/run.py +++ b/src/run.py @@ -178,7 +178,7 @@ def setup(sub_args, repo_path, output_path, create_nidap_folder_YN = 'no',links= slurmsubmithost = os.getenv("SLURM_SUBMIT_HOST") if hostname == "fsitgl-head01p.ncifcrf.gov" or slurmsubmithost == "fsitgl-head01p.ncifcrf.gov" : shorthostname = "frce" - elif hostname == "biowulf.nih.gov" or slurmsubmithost = "biowulf.nih.gov": + elif hostname == "biowulf.nih.gov" or slurmsubmithost == "biowulf.nih.gov": shorthostname = "biowulf" #elif re.match("cn[0-9][0-9][0-9][0-9]",hostname): # shorthostname = "biowulf"