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

Merge pull request #310 from nf-core/praveenraj2018-patch-1

Updated sentieon version through a new module file
This commit is contained in:
Maxime U. Garcia 2022-01-10 12:04:20 +01:00 committed by GitHub
commit 61682f33b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ params {
// Specific nf-core/sarek process configuration // Specific nf-core/sarek process configuration
process { process {
withLabel:sentieon { withLabel:sentieon {
module = {params.sentieon ? 'sentieon/201911.00' : null} module = {params.sentieon ? 'sentieon/202112.00' : null}
container = {params.sentieon ? null : container} container = {params.sentieon ? null : container}
} }
} }