# HG changeset patch # User rnateam # Date 1438675269 14400 # Node ID 97adbeef2294cd9b99d4768d7d4289b1817bb3bf # Parent 95526e9e38083cfb0e14449a21060b8adfe1a359 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit ef7eb622ae8ea3a2a5aa5f5d2c9eaf41367bfef9-dirty diff -r 95526e9e3808 -r 97adbeef2294 mafft.xml --- a/mafft.xml Fri Jul 31 19:00:37 2015 -0400 +++ b/mafft.xml Tue Aug 04 04:01:09 2015 -0400 @@ -1,4 +1,4 @@ - + Multiple alignment program for amino acid or nucleotide sequences mafft @@ -23,6 +23,8 @@ ## specify threads to use --thread \${GALAXY_SLOTS:-1} + + $adjustdirection #if $outputFormat.value == 'clustalw' --clustalout @@ -64,6 +66,10 @@ + + + + @@ -150,6 +156,8 @@ --auto 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. ]]>