We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d9905d + 832b99b commit a8ad844Copy full SHA for a8ad844
src/xavier/cache.py
@@ -16,7 +16,7 @@ def get_singularity_cachedir(output_dir, cache_dir=None):
16
def get_sif_cache_dir(hpc=None):
17
sif_dir = None
18
if hpc == "biowulf":
19
- sif_dir = "/data/CCBR_Pipeliner/SIFS"
+ sif_dir = "/data/CCBR_Pipeliner/SIFs"
20
elif hpc == "frce":
21
sif_dir = "/mnt/projects/CCBR-Pipelines/SIFs"
22
return sif_dir
0 commit comments