JustinChu / JupiterPlot

A Circos-based tool to visualize genome assembly consistency or synteny between assemblies.
GNU General Public License v3.0
68 stars 11 forks source link

Experiment with minimap2 alignments #12

Closed JustinChu closed 5 years ago

JustinChu commented 6 years ago

Minimap2 can produce better gapped alignments than bwa mem, necessitating the use of scafftig splitting (as well as an agp file). It may be possible to generate an alignment with Minimap2 over the whole scaffold instead.