I am aligning contigs against a reference genome and would like import the output of Nucmer-MUMmer as a track in GBrowse. MUMmer uses its own idiosyncratic output formats (delta format), and to my surprise I was unable to find any working parser for Mummer in BioPerl or BioPython.
I found some old requests, like
- http://www.biopython.org/pipermail/biopython-dev/2009-May/005971.html
- https://redmine.open-bio.org/issues/2701
but seemingly nothing of this code ever made it. Does anyone know more about it?
Note, http://www.bioperl.org/ and http://biopython.org/ seem to be both down atm, so I will check them once they come back.
This is closely related: Mummer To Viewable Alignment Format (Fasta Or Aln...) but doesn't answer my question.