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 049401d commit edc9cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/slurm_header_biowulf.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions conf/biowulf.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ params {
singularity {
enabled = true
autoMounts = true
cacheDir = "/data/CCBR_Pipeliner/SIFS"
cacheDir = "/data/CCBR_Pipeliner/SIFs"
envWhitelist='https_proxy,http_proxy,ftp_proxy,DISPLAY,SLURM_JOBID,SINGULARITY_BINDPATH'
}

env.SINGULARITY_CACHEDIR = "/data/CCBR_Pipeliner/SIFS"
env.SINGULARITY_CACHEDIR = "/data/CCBR_Pipeliner/SIFs"


process.clusterOptions = ' --gres=lscratch:200 '
Expand Down

0 comments on commit edc9cdd

Please sign in to comment.