1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +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 b029ccaa59
commit 9a57e487d7

View file

@ -21,4 +21,5 @@ params {
// Specific nf-core/sarek configuration
withLabel:sentieon {
module = {params.sentieon ? 'sentieon/201808.05' : ''}
if (params.sentieon) container = ''
}