Skip to content

Commit

Permalink
Adding apptainer as default provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
marchoeppner committed May 13, 2024
1 parent af5e24f commit 7b2b2fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ params {
singularity.enabled = false
docker.enabled = false
podman.enabled = false
apptainer.enabled = false

max_memory = 128.GB
max_cpus = 16
Expand Down Expand Up @@ -92,6 +93,9 @@ profiles {
podman {
podman.enabled = true
}
apptainer {
apptainer.enabled = true
}
test {
includeConfig 'conf/test.config'
}
Expand Down

0 comments on commit 7b2b2fc

Please sign in to comment.