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:
commit
e9d93d62e0
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