mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Apply suggestions from code review
This commit is contained in:
parent
f6c2e4c65f
commit
880551d246
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,7 @@ params {
|
||||||
vep_cache = '/data1/cache/VEP/'
|
vep_cache = '/data1/cache/VEP/'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
// Specific nf-core/sarek process configuration
|
// Specific nf-core/sarek process configuration
|
||||||
process {
|
process {
|
||||||
withLabel:sentieon {
|
withLabel:sentieon {
|
||||||
|
@ -21,4 +22,10 @@ process {
|
||||||
container = ''
|
container = ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
=======
|
||||||
|
// Specific nf-core/sarek configuration
|
||||||
|
withLabel:sentieon {
|
||||||
|
module = {params.sentieon ? 'sentieon/201808.05' : ''}
|
||||||
|
if (params.sentieon) container = ''
|
||||||
|
>>>>>>> bfcbcea... Apply suggestions from code review
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue