Skip to content

Commit

Permalink
Added apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Feb 11, 2025
1 parent b48da5b commit 940357a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,17 @@ profiles {
apptainer.enabled = false
docker.runOptions = '-u $(id -u):$(id -g)'
}
apptainer {
singularity.enabled = false
singularity.autoMounts = false
conda.enabled = false
docker.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
apptainer.enabled = true
apptainer.autoMounts = true
}
singularity {
singularity.enabled = true
singularity.autoMounts = true
Expand Down

0 comments on commit 940357a

Please sign in to comment.