Skip to content

Commit 2b1c7bf

Browse files
authored
Merge pull request #42 from Juke34/jacusa2
do not use container options on singularity
2 parents 513b2ce + b854363 commit 2b1c7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/softwares.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ process {
2525
}
2626
withLabel: "jacusa2" {
2727
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
28+
containerOptions = singularity.enabled ? "" : '--ulimit nofile=1024:1024' // Limit number of file descriptors to avoid out of memory errors
2929
}
3030
withLabel: 'minimap2' {
3131
container = 'quay.io/biocontainers/minimap2:2.26--he4a0461_1'

0 commit comments

Comments
 (0)