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:
parent
d49b21efdc
commit
edaad1cd18
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue