diff --git a/main.nf b/main.nf index 6e7ed47..ab37c81 100755 --- a/main.nf +++ b/main.nf @@ -61,4 +61,9 @@ workflow { output { directory params.outdir mode 'copy' + fastqc { + index { + path 'index.csv' + } + } }