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

    done


But some error is coming can anyone suggest me what is the problem??? and
can any one please include how i can put number of threads in command line
???



Thanks

Regards

Hiren
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Mauve-users mailing list
Mauve-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mauve-users

Reply via email to