# HG changeset patch # User rnateam # Date 1455815137 18000 # Node ID a681631ccee6ea476dbab1395a44c76831b18c38 # Parent d71e007323d452d41b509ff1a8052b77fe0cfb0b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 3dadc4bd6bf2f20b34794c767dfc6d541031914c-dirty diff -r d71e007323d4 -r a681631ccee6 mafft.xml --- a/mafft.xml Tue Aug 04 04:01:23 2015 -0400 +++ b/mafft.xml Thu Feb 18 12:05:37 2016 -0500 @@ -1,4 +1,4 @@ - + Multiple alignment program for amino acid or nucleotide sequences mafft @@ -16,35 +16,50 @@ + $reorder + $getTree + $outputFormat + $inputSequences > $outputAlignment; - #if $outputFormat.value == 'fasta' - $outputFasta - #elif $outputFormat.value == 'clustalw' - $outputClustalW + #if $getTree == "--treeout" + mv ${inputSequences}.tree $outputTree; #end if ]]> + + + + + + - @@ -53,7 +68,7 @@ - + @@ -65,36 +80,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + - - outputFormat == 'fasta' + + + + + - - outputFormat == 'clustalw' + + getTree == True - - + + - - + + @@ -158,6 +210,18 @@ Automatically selects an appropriate strategy from L-INS-i, FFT-NS-i and FFT-NS-2, according to data size. Default: off (always FFT-NS-2) --adjustdirection Generate reverse complement sequences, as necessary, and align them together with the remaining sequences. In the case of protein alignment, these options are just ignored. +--op + Gap opening penalty, default: 1.53 +--ep + Offset (works like gap extension penalty), default: 0.0 +--maxiterate + Maximum number of iterative refinement, default: 0 +--clustalout + Output: clustal format, default: fasta +--thread + Number of threads (if unsure, --thread -1) +--retree number + Guide tree is built number times in the progressive stage. Valid with 6mer distance. Default: 2 ]]>