Closed tolot27 closed 6 years ago
The alignment statistics file (statistics.txt
produced with the undocumented parameter --stats
) lists all positions in the reference, which are covered. The not listed/uncovered positions should produce N
s in the consensus sequence.
Feel free to issue a PR. Nobody is working actively on the code base.
If there is no coverage, nothing should be reported. Feel free to add a mode that adds N
s for missing bases.
The rationale behind this issue is that a concatenated consensus sequence does not contain information of missing bases. Hence, a user might believe there is a deletion, which is indeed not present.
Hi I have created a PR on this issue. I hope it can be usefull
I have a low coverage sequence set and mapped it to a reference. Some genomic regions have a coverage of 0 and I would expect
N
s in the consensus sequence, but they are not present, even if I adapt-pluralityN
.