Skip to content

Commit

Permalink
Update nextflow.config to apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jIskCoder authored Sep 18, 2024
1 parent 13ecd86 commit 9d1d82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ profiles {
dumpHashes = true
process.beforeScript = 'echo $HOSTNAME'
}
singularity {
singularity.enabled = true
apptainer {
apptainer.enabled = true
docker.enabled = false
singularity.pullTimeout = "3h"
process {
Expand Down

0 comments on commit 9d1d82b

Please sign in to comment.