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:
commit
61682f33b3
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/201911.00' : null}
|
module = {params.sentieon ? 'sentieon/202112.00' : null}
|
||||||
container = {params.sentieon ? null : container}
|
container = {params.sentieon ? null : container}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue