This is a test version of Biostars. For the public version, visit https://www.biostars.org.
phylip format from Mummer

Hello Everybody,

I have aligned my bacterial genomes using run-mummer 3, but the output formats: .align .out. .gaps .errorgaps

Now, I want to draw phylogenetic tree using PHYLIP but cannot find the appropriate way / format for that. Your help would be greatly acknowledged.

Qurat

phylip run-mummer 3 phylogenetic tree

1 answer

First thing you have to do is to convert the pair-wise MUMmer output into a distance metric. I have very good experience with the MUMi distance (as explained in this paper). Using that distance between pairwise alignments you can build a distance matrix on which you can perform for instance the BioNJ algorithm using Splitstree. From there you can also export if still necessary.

Log in to answer this question.