Skip to content

Commit

Permalink
primtrim output
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-combe committed Nov 4, 2024
1 parent 5c5cc4f commit 1888803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/theiacov/wf_theiacov_ont.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,6 @@ workflow theiacov_ont {
String? qc_check = qc_check_task.qc_check
File? qc_standard = qc_check_task.qc_standard
# Non-flu specific outputs
String percentage_mapped_reads = select_first([stats_n_coverage.percentage_mapped_reads, flu_track.percentage_mapped_reads, ""])
String percentage_mapped_reads = select_first([stats_n_coverage_primtrim.percentage_mapped_reads, stats_n_coverage.percentage_mapped_reads, flu_track.percentage_mapped_reads, ""])
}
}

0 comments on commit 1888803

Please sign in to comment.