annotate mafft.xml @ 7:aaefa93c2dd2 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
author rnateam
date Wed, 15 Apr 2020 15:33:37 -0400
parents 15974dd17515
children 4de39704d423
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
2 <tool id="rbc_mafft" name="MAFFT" version="@TOOL_VERSION@+galaxy@VERSION@">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
3 <description>Multiple alignment program for amino acid or nucleotide sequences</description>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
4 <macros>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
5 <import>macros.xml</import>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
6 </macros>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
7 <expand macro="requirements" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
8 <stdio>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
9 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
10 <exit_code range=":-1" level="fatal" description="Error occurred. Please check Tool Standard Error" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
11 </stdio>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
12 <version_command> <![CDATA[
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
13 mafft --version
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
14 ]]>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
15 </version_command>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
16 <command>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
17 <![CDATA[
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
18
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
19 #if $cond_flavour.flavourType == 'custom'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
20 #if $cond_flavour.dist_flavour.distance_method == '--fastapair'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
21 export FASTA_4_MAFFT=`which fasta36`;
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
22 #end if
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
23 #end if
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
24
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
25 #if $cond_flavour.flavourType != 'custom'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
26 $cond_flavour.flavourType
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
27 #elif $cond_flavour.flavourType == 'custom'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
28 ### full parameter options
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
29 mafft
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
30 $cond_flavour.dist_flavour.distance_method
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
31 #if $cond_flavour.dist_flavour.distance_method == '--6merpair'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
32 --retree $cond_flavour.dist_flavour.retree
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
33 $cond_flavour.dist_flavour.distance_method.usetree.parttree
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
34
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
35 #if $cond_flavour.dist_flavour.distance_method.usetree.parttree==--parttree
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
36 $cond_flavour.dist_flavour.distance_method.usetree.treedistance
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
37 $cond_flavour.dist_flavour.distance_method.usetree.partsize
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
38 $cond_flavour.dist_flavour.distance_method.usetree.groupsize
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
39 #end if
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
40
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
41 #elif $cond_flavour.dist_flavour.distance_method == '--globalpair'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
42 --weighti $cond_flavour.dist_flavour.weighti
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
43 #elif $cond_flavour.dist_flavour.distance_method == '--localpair'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
44 --weighti $cond_flavour.dist_flavour.weighti
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
45 --lop $cond_flavour.dist_flavour.lop
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
46 --lep $cond_flavour.dist_flavour.lep
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
47 --lexp $cond_flavour.dist_flavour.lexp
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
48 #elif $cond_flavour.dist_flavour.distance_method == '--genafpair'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
49 --weighti $cond_flavour.dist_flavour.weighti
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
50 --lop $cond_flavour.dist_flavour.lop
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
51 --lep $cond_flavour.dist_flavour.lep
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
52 --lexp $cond_flavour.dist_flavour.lexp
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
53 --LOP $cond_flavour.dist_flavour.skipLOP
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
54 --EXP $cond_flavour.dist_flavour.skipEXP 1
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
55 #elif $cond_flavour.dist_flavour.distance_method == '--fastapair'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
56 --weighti $cond_flavour.dist_flavour.weighti
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
57 #end if
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
58 --maxiterate $cond_flavour.iterations
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
59 $cond_flavour.fft
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
60 $cond_flavour.score
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
61 #end if
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
62
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
63 ## specify threads to use
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
64 --thread \${GALAXY_SLOTS:-1}
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
65 $datatype
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
66 --ep $ep
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
67 --op $op
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
68
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
69 #if $matrix_condition.matrix == "BLOSUM"
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
70 --bl $matrix_condition.BLOSUM
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
71 #elif $matrix_condition.matrix == "PAM"
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
72 --jtt $matrix_condition.PAM
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
73 --tm $matrix_condition.tm
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
74 #elif $matrix_condition.matrix == "custom"
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
75 --aamatrix '$matrix_condition.matrixfile'
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
76 --fmodel $matrix_condition.fmodel
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
77 #end if
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
78
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
79 $reorder
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
80 $getTree
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
81 $outputFormat
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
82 '$inputSequences' > '$outputAlignment';
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
83
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
84 #if $getTree == "--treeout"
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
85 mv '${inputSequences}.tree' '$outputTree';
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
86 #end if
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
87 ]]>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
88 </command>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
89 <inputs>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
90 <param name="inputSequences" type="data" format="fasta" label="Sequences to align" help="Amino acid or nucleotide sequences in FASTA format."/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
91 <param name="datatype" type="select" label="Data type">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
92 <option value="">Auto detection</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
93 <option value="--nuc">Nucleic acids</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
94 <option value="--amino">Amino acids</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
95 </param>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
96 <conditional name="cond_flavour">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
97 <param name="flavourType" type="select" label="MAFFT flavour" help="Run mafft with pre-defined input parameters. Specification of these parameters can be found in the help section.">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
98 <option value="mafft --auto">auto</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
99 <option value="mafft-fftns" selected="true">fftns</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
100 <option value="mafft-fftnsi">fftnsi</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
101 <option value="mafft-nwns">nwns</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
102 <option value="mafft-nwnsi">nwnsi</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
103 <option value="mafft-einsi">einsi</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
104 <option value="mafft-ginsi">ginsi</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
105 <option value="mafft-linsi">linsi</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
106 <option value="mafft-qinsi">qinsi</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
107 <option value="mafft-xinsi">xinsi</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
108 <option value="custom">Custom Parameters</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
109 </param>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
110 <when value="mafft-fftns"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
111 <when value="mafft --auto"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
112 <when value="mafft-fftnsi"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
113 <when value="mafft-nwns"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
114 <when value="mafft-nwnsi"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
115 <when value="mafft-einsi"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
116 <when value="mafft-ginsi"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
117 <when value="mafft-linsi"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
118 <when value="mafft-qinsi"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
119 <when value="mafft-xinsi"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
120 <when value="custom">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
121 <conditional name="dist_flavour">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
122 <param name="distance_method" type="select" display="radio" label="Distance method" help="Distance method must be chosen regarding your data">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
123 <option value="--6merpair" selected="true">Shared 6mers distance (fastest)</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
124 <option value="--globalpair">Global alignment (Needleman-Wunsch)</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
125 <option value="--localpair">Local alignment (Smith-Waterman)</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
126 <option value="--genafpair">Local, affine gap cost</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
127 <option value="--fastapair">All pairwise alignments are computed with FASTA</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
128 </param>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
129 <when value="--6merpair">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
130 <param name="retree" type="integer" value="2" min="1" max="100" label="Guide tree is built this number of times in the progressive stage." help="Valid with 6mer distance" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
131 <conditional name="usetree">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
132 <param name="parttree" type="select" label="Use a fast tree-building method?" help="Recommended for a large number (> ~10,000) of sequences are input" >
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
133 <option value="--parttree" selected="true">Yes</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
134 <option value="">No</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
135 </param>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
136 <when value="--parttree">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
137 <param name="treedistance" type="select" display="radio" label="Distance method" help="Distance method must be chosen regarding your data">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
138 <option value="--fastaparttree" selected="true">Distances based on FASTA</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
139 <option value="--dpparttree">Distances based on DP. (Needleman-Wunsch)</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
140 </param>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
141 <param name="partsize" type="integer" value="50" min="0" max="1000" label="Number of partitions in the PartTree algorithm" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
142 <param name="groupsize" type="integer" value="" min="0" max="1000" label="Do not make alignment larger than ... sequences" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
143 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
144 <when value=""/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
145 </conditional>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
146 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
147 <when value="--globalpair">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
148 <param name="weighti" type="float" value="2.7" min="1" max="100" label="Weighting factor for the consistency term calculated from pairwise alignments." help="Valid when either of --globalpair, --localpair, --genafpair, --fastapair or --blastpair is selected." />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
149 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
150 <when value="--localpair">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
151 <param name="weighti" type="float" value="2.7" min="1" max="100" label="Weighting factor for the consistency term calculated from pairwise alignments." help="Valid when either of --globalpair, --localpair, --genafpair, --fastapair or --blastpair is selected." />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
152 <param name="lop" type="float" value="-2.0" label="Gap opening penalty at local pairwise alignment" help="-2.00 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
153 <param name="lep" type="float" value="0.1" label="Offset value at local pairwise alignment" help="0.1 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
154 <param name="lexp" type="float" value="-0.1" label="Gap extension penalty at local pairwise alignment." help="-0.1 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
155 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
156 <when value="--genafpair">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
157 <param name="weighti" type="float" value="2.7" min="1" max="100" label="Weighting factor for the consistency term calculated from pairwise alignments." help="Valid when either of --globalpair, --localpair, --genafpair, --fastapair or --blastpair is selected." />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
158 <param name="lop" type="float" value="-2.0" label="Gap opening penalty at local pairwise alignment" help="-2.00 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
159 <param name="lep" type="float" value="0.1" label="Offset value at local pairwise alignment" help="0.1 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
160 <param name="lexp" type="float" value="-0.1" label="Gap extension penalty at local pairwise alignment." help="-0.1 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
161 <param name="skipLOP" type="float" value="-6.00" label="Gap opening penalty to skip the alignment" help="-6.00 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
162 <param name="skipEXP" type="float" value="0.00" label="Gap extension penalty to skip the alignment" help="0 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
163 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
164 <when value="--fastapair">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
165 <param name="weighti" type="float" value="2.7" min="1" max="100" label="Weighting factor for the consistency term calculated from pairwise alignments." help="Valid when either of --globalpair, --localpair, --genafpair, --fastapair or --blastpair is selected." />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
166 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
167 </conditional>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
168 <param name="iterations" type="integer" value="0" min="0" max="1000" label="Maximum number of iterations" help="1000 for maximum quality" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
169 <param name="fft" type="boolean" truevalue="--fft" falsevalue="--nofft" checked="True" label="Use FFT approximation in group-to-group alignment?" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
170 <param name="score" type="boolean" truevalue="" falsevalue="--noscore" checked="True" label="Check alignment score in the iterative refinement stage?" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
171 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
172 </conditional>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
173 <param name="ep" type="float" value="0.0" label="Gap extend penalty for group-to-group alignment" help="Offset value, which works like gap extension penalty, for group-to-group alignment. For E-INS-i, 0 is recommended to allow large gaps" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
174 <param name="op" type="float" value="1.53" label="Gap opening penalty at group-to-group alignment." help="1.53 default value" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
175 <conditional name="matrix_condition">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
176 <param name="matrix" type="select" label="Matrix selection" display="radio" help="Usefull only for amino acids" >
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
177 <option value="">No matrix</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
178 <option value="BLOSUM" selected="true">BLOSUM</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
179 <option value="PAM">PAM</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
180 <option value="custom">Custom</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
181 </param>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
182 <when value=""/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
183 <when value="BLOSUM">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
184 <param name="BLOSUM" type="select" display="radio" label="Coefficient of the BLOSUM matrix">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
185 <option value="30">30</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
186 <option value="45">45</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
187 <option value="62" selected="true">62</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
188 <option value="80">80</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
189 </param>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
190 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
191 <when value="PAM">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
192 <param name="PAM" type="integer" value="80" min="1" max="350" label="Coefficient of the JTT PAM matrix" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
193 <param name="tm" type="integer" value="80" min="1" max="350" label="Coefficient of the transmembrane PAM matrix" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
194 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
195 <when value="custom">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
196 <param name="matrixfile" type="data" format="txt" label="User-defined AA scoring matrix" help="The format of matrixfile is the same to that of BLAST. Ignored when nucleotide sequences are input."/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
197 <param name="fmodel" type="boolean" truevalue="--fmodel" falsevalue="" checked="False" label="Incorporate the AA/nuc composition information into the scoring matrix?" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
198 </when>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
199 </conditional>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
200 <param name="reorder" type="boolean" truevalue="--reorder" falsevalue="" checked="False" label="Reorder output?" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
201 <param name="getTree" type="boolean" truevalue="--treeout" falsevalue="" checked="False" label="Display alignment tree ?" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
202 <param name="outputFormat" type="select" label="Output format" help="Either FASTA or ClustalW">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
203 <option value="" selected="true">FASTA</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
204 <option value="--clustalout">ClustalW</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
205 <option value="--phylipout">Phylip</option>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
206 </param>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
207 </inputs>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
208 <outputs>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
209 <data format="fasta" name="outputAlignment" label="${tool.name} on ${on_string}">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
210 <change_format>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
211 <when input="outputFormat" value="--clustalout" format="clustal"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
212 <when input="outputFormat" value="--phylipout" format="phylip"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
213 </change_format>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
214 </data>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
215 <data name="outputTree" format="txt" label="${tool.name} Guide Tree">
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
216 <filter>getTree == True</filter>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
217 </data>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
218 </outputs>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
219 <tests>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
220 <test expect_num_outputs="1" >
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
221 <param name="inputSequences" value="sample.fa"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
222 <param name="flavourType" value="mafft-fftns"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
223 <param name="outputFormat" value=""/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
224 <output name="outputAlignment" ftype="fasta" file="mafft_fftns_result.aln"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
225 </test>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
226 <test expect_num_outputs="1" >
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
227 <param name="inputSequences" value="sample.fa"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
228 <param name="flavourType" value="mafft-nwns"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
229 <param name="outputFormat" value="--clustalout"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
230 <output name="outputAlignment" ftype="clustal" file="mafft_nwns_result.aln"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
231 </test>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
232 <test expect_num_outputs="1" >
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
233 <param name="inputSequences" value="sample.fa"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
234 <param name="flavourType" value="custom"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
235 <param name="matrix_condition" value="BLOSUM"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
236 <param name="BLOSUM" value="62"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
237 <param name="distance_method" value="--fastapair"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
238 <param name="weighti" value="2.7"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
239 <param name="iterations" value="1000"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
240 <param name="outputFormat" value="--clustalout"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
241 <output name="outputAlignment" ftype="clustal" file="mafft_custom_result.aln"/>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
242 </test>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
243 </tests>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
244 <help> <![CDATA[
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
245 **What it does**
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
246 MAFFT is a multiple sequence alignment program for unix-like operating systems.
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
247 It offers a range of multiple alignment methods, L-INS-i (accurate; for alignment of <∼200 sequences),
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
248 FFT-NS-2 (fast; for alignment of <∼30,000 sequences), etc.
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
249 From the MAFFT man page, an overview of the different predefined flavours of the tool.
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
250 **Accuracy-oriented methods:**
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
251 - L-INS-i (probably most accurate; recommended for <200 sequences; iterative refinement method incorporating local pairwise alignment information):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
252 - mafft --localpair --maxiterate 1000 input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
253 - G-INS-i (suitable for sequences of similar lengths; recommended for <200 sequences; iterative refinement method incorporating global pairwise alignment information):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
254 - mafft --globalpair --maxiterate 1000 input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
255 - E-INS-i (suitable for sequences containing large unalignable regions; recommended for <200 sequences):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
256 - mafft --ep 0 --genafpair --maxiterate 1000 input [> output]. For E-INS-i, the --ep 0 option is recommended to allow large gaps.
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
257 **Speed-oriented methods:**
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
258 - FFT-NS-i (iterative refinement method; two cycles only):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
259 - mafft --retree 2 --maxiterate 2 input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
260 - FFT-NS-i (iterative refinement method; max. 1000 iterations):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
261 - mafft --retree 2 --maxiterate 1000 input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
262 - FFT-NS-2 (fast; progressive method):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
263 - mafft --retree 2 --maxiterate 0 input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
264 - FFT-NS-1 (very fast; recommended for >2000 sequences; progressive method with a rough guide tree):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
265 - mafft --retree 1 --maxiterate 0 input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
266 - NW-NS-i (iterative refinement method without FFT approximation; two cycles only):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
267 - mafft --retree 2 --maxiterate 2 --nofft input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
268 - NW-NS-2 (fast; progressive method without the FFT approximation):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
269 - mafft --retree 2 --maxiterate 0 --nofft input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
270 - NW-NS-PartTree-1 (recommended for ~10,000 to ~50,000 sequences; progressive method with the PartTree algorithm):
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
271 - mafft --retree 1 --maxiterate 0 --nofft --parttree input [> output]
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
272
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
273 **Options:**
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
274 --auto
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
275 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)
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
276 --adjustdirection
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
277 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.
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
278 --op
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
279 Gap opening penalty, default: 1.53
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
280 --ep
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
281 Offset (works like gap extension penalty), default: 0.0
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
282 --maxiterate
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
283 Maximum number of iterative refinement, default: 0
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
284 --clustalout
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
285 Output: clustal format, default: fasta
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
286 --thread
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
287 Number of threads (if unsure, --thread -1)
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
288 --retree number
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
289 Guide tree is built number times in the progressive stage.
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
290 Valid with 6mer distance. Default: 2
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
291 ]]>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
292 </help>
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
293 <expand macro="citations" />
aaefa93c2dd2 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents: 5
diff changeset
294 </tool>