Skip to content

Commit

Permalink
Fixing input channels for coverage calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
marchoeppner committed Sep 10, 2024
1 parent 13da137 commit 440a6f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/gabi.nf
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ workflow GABI {
*/
COVERAGE(
ch_assemblies_clean,
ch_short_reads_only,
ch_ont_reads_only,
ch_pb_reads_only
ch_illumina_trimmed,
ch_ont_trimmed,
ch_pacbio_trimmed
)
ch_versions = ch_versions.mix(COVERAGE.out.versions)
ch_multiqc_illumina = ch_multiqc_illumina.mix(
Expand Down

0 comments on commit 440a6f4

Please sign in to comment.