Skip to content

Commit

Permalink
fix illumina.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
peterk87 committed Jul 7, 2023
1 parent 7371191 commit 00f0409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/illumina.nf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ workflow ILLUMINA {
ch_versions = ch_versions.mix(BLAST_BLASTN.out.versions)

ch_blast = BLAST_BLASTN.out.txt.collect({ it[1] })
SUBTYPING_REPORT(ZSTD_DECOMPRESS_CSV.out, ch_blast)
SUBTYPING_REPORT(ZSTD_DECOMPRESS_CSV.out.file, ch_blast)
ch_versions = ch_versions.mix(SUBTYPING_REPORT.out.versions)

SOFTWARE_VERSIONS(ch_versions.unique().collectFile(name: 'collated_versions.yml'))
Expand Down

0 comments on commit 00f0409

Please sign in to comment.