mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
fix container/module collision
This commit is contained in:
parent
880551d246
commit
ebdfc2a768
1 changed files with 0 additions and 7 deletions
|
@ -13,7 +13,6 @@ params {
|
|||
vep_cache = '/data1/cache/VEP/'
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
// Specific nf-core/sarek process configuration
|
||||
process {
|
||||
withLabel:sentieon {
|
||||
|
@ -22,10 +21,4 @@ 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