This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Removed contigs and genes from assembly by HaploMerger

I used HaploMerger, now I want to see which contigs and genes were removed from assembly by HaploMerger. How can I do that?

Thanks

genome gene sequencing assembly alignment

2 answers

One way to go would by alignment of the old and new assembly. A very fast way is probably bwa mem - viewing the resulting BAM file in IGV or similar is also straight forward. A more sophisticated way would be using mummer/nucmer, the results can be visualized as dotplots as well.

You can try HaploMerger2, the newly-upgraded package.

Log in to answer this question.