1
0
Fork 0
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:
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/'
}
<<<<<<< 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
}