Hi all,
I have contigs assembled by Canu. While annotating the contigs, I realized that contig A and contig B are actually continuous but split as two different contigs. The end of contig A is overlapping with the end of contig B with 100% ID over a significant length.
contigA >.......................[Overlapping region]
contigB [Overlapping region]..............>
I need to check if other contigs are split like this case. But it's hard to make such an alignment with alignment tools due to their algorithms. Does anyone know the best way to identify such contigs (other than BLAST) and make a proper alignment?
Thanks,