# HG changeset patch # User rnateam # Date 1455815047 18000 # Node ID 761944ebaf74d3fcf79b5e3e5f3e362b8f5ca7f3 # Parent 97adbeef2294cd9b99d4768d7d4289b1817bb3bf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 3dadc4bd6bf2f20b34794c767dfc6d541031914c-dirty diff -r 97adbeef2294 -r 761944ebaf74 mafft.xml --- a/mafft.xml Tue Aug 04 04:01:09 2015 -0400 +++ b/mafft.xml Thu Feb 18 12:04:07 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 ]]>