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

Update: sentieon version

Sentieon version has been updated to 202112.02.
This commit is contained in:
Praveen Raj S 2022-04-07 12:36:01 +02:00 committed by GitHub
parent d49b21efdc
commit edaad1cd18
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/202112.00' : null} module = {params.sentieon ? 'sentieon/202112.02' : null}
container = {params.sentieon ? null : container} container = {params.sentieon ? null : container}
} }
} }