Hi all,
I am trying to improve a genome assembly by aligning to reference. I am using mummer/nucmer, and it runs correctly and produces a correct out.delta file of coordinates.
Does anyone have any suggestions for how to use this out.delta file to actually make the joins, with appropriate gaps lengths and overlaps as necessary? Or, if you use a different program successfully, please let me know which one you use.
Thanks in advance for any advice.
Thanks Mensur.
This is a eukaryotic genome which was produced by SPAdes and fairly fragmented. And yes, the goal is to order/orient the contigs and put the correct-ish number of Ns between to represent gaps. Possibly cosmetic, but still useful.
Any advice on using nucmer output or other programs for this?
Unless you have something small like yeast - it helps to provide as much information as possible - I don't think SPAdes is the best assembler for eukaryotic genomes. It may be worth trying to get a better assembly before scaffolding.
But if you really want to move on to scaffolding:
https://github.com/malonge/RagTag
Thanks Mensur. I'll look into other assemblers and RagTag.