Skip to content
Snippets Groups Projects
Commit 8df7adf6 authored by bow's avatar bow
Browse files

Rename num_qual_gte on reads to num_avg_qual_gte

parent ce4db038
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ object SeqStat extends ToolCommand {
("num_total", readStats.qual.sum),
("len_min", readStats.lengths.takeWhile(_ == 0).length),
("len_max", readStats.lengths.length - 1),
("num_qual_gte", readQualHistoMap.toMap),
("num_avg_qual_gte", readQualHistoMap.toMap),
("qual_encoding", phredEncoding.toString.toLowerCase)
))
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment