We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 513b2ce + b854363 commit 2b1c7bfCopy full SHA for 2b1c7bf
1 file changed
config/softwares.config
@@ -25,7 +25,7 @@ process {
25
}
26
withLabel: "jacusa2" {
27
container = singularity.enabled ? "${params.sifPath}/jacusa2.sif" : "jacusa2"
28
- containerOptions = '--ulimit nofile=1024:1024' // Limit number of file descriptors to avoid out of memory errors
+ containerOptions = singularity.enabled ? "" : '--ulimit nofile=1024:1024' // Limit number of file descriptors to avoid out of memory errors
29
30
withLabel: 'minimap2' {
31
container = 'quay.io/biocontainers/minimap2:2.26--he4a0461_1'
0 commit comments