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

Apply suggestions from code review

This commit is contained in:
Maxime Garcia 2019-11-20 16:00:05 +01:00 committed by MaxUlysse
parent f6c2e4c65f
commit 880551d246

View file

@ -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
}