1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-11 04:23:10 +00:00

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

Update: sentieon version
This commit is contained in:
Maxime U. Garcia 2022-04-07 12:52:33 +02:00 committed by GitHub
commit e9d93d62e0
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
process {
withLabel:sentieon {
module = {params.sentieon ? 'sentieon/202112.00' : null}
module = {params.sentieon ? 'sentieon/202112.02' : null}
container = {params.sentieon ? null : container}
}
}