Skip to content

Commit

Permalink
Remove workflow publish redirection
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed May 13, 2024
1 parent f54b6c8 commit bb44e64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ workflow {
read_pairs_ch = channel.fromFilePairs( params.reads, checkIfExists: true )
RNASEQ( params.transcriptome, read_pairs_ch )
MULTIQC( RNASEQ.out, params.multiqc )

publish:
MULTIQC.out >> '.'
}

output {
Expand Down

0 comments on commit bb44e64

Please sign in to comment.