Skip to content

Commit

Permalink
Merge pull request #277 from replikation/fix_freyja-input
Browse files Browse the repository at this point in the history
using the primer-trimmed bam file as input for freyja
  • Loading branch information
hoelzer authored Sep 25, 2024
2 parents 0bf2ee7 + a275f3a commit b3b8620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poreCov.nf
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ workflow {
read_screening_lsc_wf(filtered_reads_ch)
}
if (params.freyja) {
read_screening_freyja_wf(artic_ncov_wf.out.binary_alignment.combine(reference_for_qc_input_ch))
read_screening_freyja_wf(artic_ncov_wf.out.trimmed_bam.map{it -> [it[0], it[1]]}.combine(reference_for_qc_input_ch))
}
}
alignments_ch = align_to_reference(filtered_reads_ch.combine(reference_for_qc_input_ch))
Expand Down

0 comments on commit b3b8620

Please sign in to comment.