replikation / poreCov

SARS-CoV-2 workflow for nanopore sequence data
https://case-group.github.io/
GNU General Public License v3.0
40 stars 17 forks source link

missing bases in low-covered homopolymer stretches #8

Closed hoelzer closed 3 years ago

hoelzer commented 3 years ago

In regions with lower ONT read coverage single bases might be missed in the generated consensus due to issues in basecalling homopolymer stretches.

For example (position 11075, end of ORF1): Screenshot from 2021-01-08 12-41-56

Maybe this can be fixed by additionally checking for deletions after Medaka that are in homopolymer (e.g. length > 6 nt) stretches and by again comparing to a reference (Wuhan) sequence. However, can be difficult if real deletions occur in homopolymers.

Maybe it's already fixed in the current ARTIC pipeline.

hoelzer commented 3 years ago

This issue for this specific location is also discussed (but not solved) here: https://virological.org/t/issues-with-sars-cov-2-sequencing-data/473/14

replikation commented 3 years ago