1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 16:29:55 +00:00

fix container/module collision

This commit is contained in:
MaxUlysse 2019-11-20 16:03:27 +01:00
parent 880551d246
commit ebdfc2a768

View file

@ -13,7 +13,6 @@ 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 {
@ -22,10 +21,4 @@ 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
} }