mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
improve syntax
This commit is contained in:
parent
93d5156c7d
commit
028008c1d0
1 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,9 @@ params {
|
||||||
// Specific nf-core/sarek process configuration
|
// Specific nf-core/sarek process configuration
|
||||||
process {
|
process {
|
||||||
withLabel:sentieon {
|
withLabel:sentieon {
|
||||||
beforeScript = {params.sentieon ? 'module load sentieon/201808.05' : ''}
|
if (params.sentieon) {
|
||||||
container = {params.sentieon ? '' : 'nfcore/sarek:dev'}
|
module = 'sentieon/201808.05'
|
||||||
|
container = ''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue