NCBI-Hackathons / EndoVir

Discovery of Novel Endogenous Viruses
MIT License
6 stars 4 forks source link

Removing obsolete aligned reads #4

Closed janpb closed 6 years ago

janpb commented 7 years ago

There are/will be reads which can be removed prior to assembling an extended contig. While parsing magicBLAST results for aligned SRR's to flanking sequences from contigs, following reads can already be removed:

Currently, the logic is only present as snippet in the magicBLAST parser and not working in branch flank_screen. Need to rethink all possibilities to avoid removing extending reads. The usual mess with +/- alignments, right hand side and left hand side sequence.

janpb commented 6 years ago

Fixed with newest commit.