# HG changeset patch # User bgruening # Date 1698767333 0 # Node ID 6f28e90db9322279f399f84b02576d17695a90e8 # Parent a65296ffb4a0f3d150a4ab3b6e6ab6ecd3c50690 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1570f3a28232b4b88385cdfbb68f79d80ff1dabb diff -r a65296ffb4a0 -r 6f28e90db932 macros.xml --- a/macros.xml Fri Sep 30 19:24:47 2022 +0000 +++ b/macros.xml Tue Oct 31 15:48:53 2023 +0000 @@ -1,7 +1,13 @@ - 0 7.508 + 1 + 22.01 + + + MAFFT + + mafft diff -r a65296ffb4a0 -r 6f28e90db932 mafft-add.xml --- a/mafft-add.xml Fri Sep 30 19:24:47 2022 +0000 +++ b/mafft-add.xml Tue Oct 31 15:48:53 2023 +0000 @@ -1,10 +1,11 @@ - + Align a sequence,alignment or fragments to an existing alignment. macros.xml - + + diff -r a65296ffb4a0 -r 6f28e90db932 mafft.xml --- a/mafft.xml Fri Sep 30 19:24:47 2022 +0000 +++ b/mafft.xml Tue Oct 31 15:48:53 2023 +0000 @@ -1,9 +1,10 @@ - - Multiple alignment program for amino acid or nucleotide sequences + +Multiple alignment program for amino acid or nucleotide sequences macros.xml + @@ -229,32 +230,51 @@ + - + + + - + + + + + + + + + + output] - G-INS-i (suitable for sequences of similar lengths; recommended for <200 sequences; iterative refinement method incorporating global pairwise alignment information): - mafft --globalpair --maxiterate 1000 input [> output] - E-INS-i (suitable for sequences containing large unalignable regions; recommended for <200 sequences): - mafft --ep 0 --genafpair --maxiterate 1000 input [> output]. For E-INS-i, the --ep 0 option is recommended to allow large gaps. + **Speed-oriented methods:** + - FFT-NS-i (iterative refinement method; two cycles only): - mafft --retree 2 --maxiterate 2 input [> output] - FFT-NS-i (iterative refinement method; max. 1000 iterations): @@ -271,23 +291,14 @@ - mafft --retree 1 --maxiterate 0 --nofft --parttree input [> output] **Options:** - --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. - --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 + + - --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. + - --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 + - --retree number Guide tree is built number times in the progressive stage. Valid with 6mer distance. Default: 2 ]]>