Skip to content

Commit

Permalink
fix: if else error
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome authored Sep 12, 2023
1 parent 2fbbf64 commit 6bf9d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6bf9d44

Please sign in to comment.