mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +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/'
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
// Specific nf-core/sarek process configuration
|
||||
process {
|
||||
withLabel:sentieon {
|
||||
|
@ -21,4 +22,10 @@ process {
|
|||
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