Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere authored Sep 16, 2024
1 parent 012416d commit 8e765f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@ profiles {
executor.cpus = 4
executor.memory = 8.GB
}
juno {
singularity.enabled = true
singularity.autoMounts = true
conda.enabled = false
docker.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
apptainer.enabled = false
}
test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/test_full.config' }
}
Expand Down

0 comments on commit 8e765f8

Please sign in to comment.