Skip to content

Commit

Permalink
Merge pull request #823 from ggrimes/patch-9
Browse files Browse the repository at this point in the history
Update eddie.config singularity runtime options
  • Loading branch information
jfy133 authored Jan 15, 2025
2 parents 15892ce + 1f63e48 commit 6440c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/eddie.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ env {

singularity {
envWhitelist = "SINGULARITY_TMPDIR,TMPDIR"
runOptions = '-p -B "$TMPDIR"'
runOptions = '-p --scratch /dev/shm -B "$TMPDIR"'
enabled = true
autoMounts = true
cacheDir = "/exports/igmm/eddie/BioinformaticsResources/nfcore/singularity-images"
Expand Down

0 comments on commit 6440c0a

Please sign in to comment.