Skip to content

Commit a8ad844

Browse files
Merge pull request #129 from CCBR/sifs
fix: lowercase SIFs dir
2 parents 3d9905d + 832b99b commit a8ad844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xavier/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_singularity_cachedir(output_dir, cache_dir=None):
1616
def get_sif_cache_dir(hpc=None):
1717
sif_dir = None
1818
if hpc == "biowulf":
19-
sif_dir = "/data/CCBR_Pipeliner/SIFS"
19+
sif_dir = "/data/CCBR_Pipeliner/SIFs"
2020
elif hpc == "frce":
2121
sif_dir = "/mnt/projects/CCBR-Pipelines/SIFs"
2222
return sif_dir

0 commit comments

Comments
 (0)