mikessh/mageri

Optimize indel-heavy consensus assembly

mikessh opened this issue · 2 comments

Optimize indel-heavy consensus assembly

@dbolotin nope :( Need to add specific handling for non-matching (x+ consequent mismatches) reads in seed-based multiple alignment algorithm used for MIGs. The original algorithm will not tolerate indels (even 1bp) and drop such reads. In case of indel-heavy (by # indels/read, not their length, etc) data (454/torrent) this will cause lots of information to be lost.