1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Merge pull request #110 from MaxUlysse/MUNIN

fix issue with withLabel selector
This commit is contained in:
Maxime Garcia 2019-12-12 13:03:23 +01:00 committed by GitHub
commit d36172d4cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,7 @@ params {
// Specific nf-core/sarek process configuration // Specific nf-core/sarek process configuration
process { process {
withLabel:sentieon { withLabel:sentieon {
if (params.sentieon) { module = {params.sentieon ? 'sentieon/201808.05' : null}
module = 'sentieon/201808.05' container = {params.sentieon ? null : container}
container = null
}
} }
} }