Skip to content

Commit

Permalink
update clearlabs for statncov call
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-combe committed Oct 21, 2024
1 parent e23b19a commit b790973
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions workflows/theiacov/wf_theiacov_clearlabs.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ workflow theiacov_clearlabs {
samplename = samplename,
bamfile = consensus.sorted_bam
}
# Use stats_n_coverage to calculate percentage_mapped_reads
call assembly_metrics.stats_n_coverage as stats_n_coverage {
input:
samplename = samplename,
bamfile = consensus.sorted_bam
}

call consensus_qc_task.consensus_qc {
input:
assembly_fasta = consensus.consensus_seq,
Expand Down

0 comments on commit b790973

Please sign in to comment.