mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Updated sentieon version through a new module file
A local module file has been created to run the latest version of Sentieon. Doing this change, as the new version of Sentieon has only a dependency library update, hence it should not break the Sentieon pipeline. Tested locally with a test.conf having the new process block.
This commit is contained in:
parent
1abb1c2d95
commit
53ab5ee34f
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/201911.00' : null}
|
||||
module = {params.sentieon ? 'sentieon/202112.00' : null}
|
||||
container = {params.sentieon ? null : container}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue