mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Update: sentieon version
Sentieon version has been updated to 202112.02.
This commit is contained in:
parent
d49b21efdc
commit
edaad1cd18
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue