diff --git a/main.nf b/main.nf index 5b85839..ba163ec 100755 --- a/main.nf +++ b/main.nf @@ -48,7 +48,7 @@ workflow { publish: samples_ch >> 'samples' - MULTIQC.out >> 'multiqc' + MULTIQC.out >> 'summary' } output { @@ -61,4 +61,8 @@ output { } } } + + summary { + path '.' + } }