Re: [Mauve-users] How to parse " XFMA" file can be converted to nexus or phylip for further phylogenetic analysis

2015-08-19 Thread Aaron Darling
Hi Hiren, In principle it should be possible to convert individual LCBs to a phylip for phylogenetic inference, or to concatenate all LCBs into a single alignment, or extract just the backbone segments as commonly done in the Mauve+ClonalFrame workflow. As for the file formatting details & errors,

[Mauve-users] How to parse " XFMA" file can be converted to nexus or phylip for further phylogenetic analysis

2015-08-19 Thread Hiren Ghosh
Hello all, I was having a try to convert mauve XFMA file to phylip format for further run on RaxML to draw a MLH tree. I used bioperl to convert the file in such way use Bio::AlignIO; $in = Bio::AlignIO->new(-file => "test.xmfa" , -format => 'xmfa'); $out = Bio::AlignIO-