Skip to content

Commit

Permalink
refactor multiqc output target
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 4, 2024
1 parent e514be5 commit 50d7f94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ workflow {

publish:
samples_ch >> 'samples'
MULTIQC.out >> 'multiqc'
MULTIQC.out >> 'summary'
}

output {
Expand All @@ -61,4 +61,8 @@ output {
}
}
}

summary {
path '.'
}
}

0 comments on commit 50d7f94

Please sign in to comment.