1
0
Fork 0
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:
praveenraj2018 2021-12-21 15:21:59 +01:00 committed by GitHub
parent 1abb1c2d95
commit 53ab5ee34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
}
}