[Mauve-users] Query about mauve error

2013-07-09 Thread Hiren Ghosh
rted mer list Create time was: 2 seconds. Creating sorted mer list ERROR! gap character encountered at genome sequence position 61 Input sequences must be unaligned and ungapped! Kindly help me out. Responses are highly appreciated!!! Regards Hiren ghosh -- *Hiren Ghosh, Docto

Re: [Mauve-users] Query about mauve error

2013-07-16 Thread Hiren Ghosh
command line after running mauve how i will automatically go to that folder and pass the result to another folder in different location. Regards Hiren On 16 July 2013 08:52, Aaron Darling wrote: > > Hello Hiren, (reply below) > > On Tue, 2013-07-09 at 16:59 +0200, Hiren Ghosh wro

[Mauve-users] How to run Mauve in batch mode

2014-06-04 Thread Hiren Ghosh
Hello all i was trying to run mauve as a batch mode in such a way for draft in *.fasta do echo $draft #$ref= Ecoli_jj1886_complete_geneone.fasta; $bname=echo $draft java -Xmx500m -cp Mauve.jar org.gel.mauve.contigs.ContigOrderer -output $bname -ref ref.fasta -draft $draft

[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-