Skip to content

Commit

Permalink
fix: lowercase SIFs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 2, 2024
1 parent 1b0c7cc commit a21f0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xavier/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_singularity_cachedir(output_dir, cache_dir=None):
def get_sif_cache_dir(hpc=None):
sif_dir = None
if hpc == "biowulf":
sif_dir = "/data/CCBR_Pipeliner/SIFS"
sif_dir = "/data/CCBR_Pipeliner/SIFs"
elif hpc == "frce":
sif_dir = "/mnt/projects/CCBR-Pipelines/SIFs"
return sif_dir
Expand Down

0 comments on commit a21f0d6

Please sign in to comment.