Skip to content

Commit

Permalink
enable writable tmpfs for singularity/apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Oct 17, 2023
1 parent 6bf0935 commit 3e66dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ profiles {
singularity {
singularity.enabled = true
singularity.autoMounts = true
singularity.runOptions = '--writable-tmpfs'
conda.enabled = false
docker.enabled = false
podman.enabled = false
Expand Down Expand Up @@ -199,6 +200,7 @@ profiles {
apptainer {
apptainer.enabled = true
apptainer.autoMounts = true
apptainer.runOptions = '--writable-tmpfs'
conda.enabled = false
docker.enabled = false
singularity.enabled = false
Expand Down

0 comments on commit 3e66dda

Please sign in to comment.