Skip to content

Commit

Permalink
adding information back in
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Feb 22, 2024
1 parent c393c12 commit 6bbdc5d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -387,15 +387,15 @@ workflow {
ch_for_flag = ch_for_flag.mix(average_nucleotide_identity.out.for_flag).mix(min_hash.out.for_flag)
ch_top_hit = average_nucleotide_identity.out.top_hit

// // getting all the other information
// information(
// ch_contigs,
// ch_for_flag,
// summfle_script,
// jsoncon_script)

// ch_for_summary = ch_for_summary.mix(information.out.for_summary).mix(min_hash.out.for_summary).mix(average_nucleotide_identity.out.for_summary)
// ch_versions = ch_versions.mix(min_hash.out.versions).mix(average_nucleotide_identity.out.versions).mix(information.out.versions)
// getting all the other information
information(
ch_contigs,
ch_for_flag,
summfle_script,
jsoncon_script)

ch_for_summary = ch_for_summary.mix(information.out.for_summary).mix(min_hash.out.for_summary).mix(average_nucleotide_identity.out.for_summary)
ch_versions = ch_versions.mix(min_hash.out.versions).mix(average_nucleotide_identity.out.versions).mix(information.out.versions)
} else {
ch_top_hit = Channel.empty()
}
Expand Down

0 comments on commit 6bbdc5d

Please sign in to comment.