annotate phyml.xml @ 3:7c44ad3ab06c draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Wed, 01 Sep 2021 07:57:13 +0000
parents 19becf767d4f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
19becf767d4f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 61b727022bd1b24a8843830a9c5f34ef66835694"
iuc
parents: 1
diff changeset
1 <tool id="phyml" name="PhyML" version="@VERSION@">
3
7c44ad3ab06c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 2
diff changeset
2 <description>Phylogeny software based on the maximum-likelihood method</description>
7c44ad3ab06c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 2
diff changeset
3 <xrefs>
7c44ad3ab06c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 2
diff changeset
4 <xref type="bio.tools">phyml</xref>
7c44ad3ab06c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 2
diff changeset
5 </xrefs>
2
19becf767d4f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 61b727022bd1b24a8843830a9c5f34ef66835694"
iuc
parents: 1
diff changeset
6 <macros>
19becf767d4f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 61b727022bd1b24a8843830a9c5f34ef66835694"
iuc
parents: 1
diff changeset
7 <token name="@VERSION@">3.3.20190909</token>
19becf767d4f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 61b727022bd1b24a8843830a9c5f34ef66835694"
iuc
parents: 1
diff changeset
8 </macros>
1
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
9 <requirements>
2
19becf767d4f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 61b727022bd1b24a8843830a9c5f34ef66835694"
iuc
parents: 1
diff changeset
10 <requirement type="package" version="@VERSION@">phyml</requirement>
1
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
11 </requirements>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
12 <version_command>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
13 <![CDATA[ phyml --version ]]>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
14 </version_command>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
15 <command detect_errors="default">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
16 <![CDATA[
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
17 ##PhyML outputs are based on input path and we need to create outputs in working_dir.
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
18 ln -sf '$input' '${input.name}' &&
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
19 #if $userInputTree:
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
20 ln -sf '${$userInputTree}' '${$userInputTree.name}' &&
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
21 #end if
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
22
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
23 phyml --input '${input.name}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
24 '${phylip_format}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
25 --datatype '${seq.type_of_seq}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
26 --multiple '${nb_data_set}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
27
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
28 #if (str($support_condition.branchSupport) in ['0','-1','-2','-4','-5']):
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
29 --bootstrap '${support_condition.branchSupport}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
30 #else:
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
31 --bootstrap '${support_condition.branchSupport.replicate}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
32 #end if
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
33
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
34 #if $seq.type_of_seq == "nt":
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
35 -t '${seq.tstv}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
36 #end if
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
37
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
38 --model '${seq.model}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
39 -f '${equi_freq}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
40 --pinv '${prop_invar}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
41
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
42 --nclasses '${nbSubstCat}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
43
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
44 #if (str($nbSubstCat) != "1"):
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
45 --alpha '${gamma}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
46 #end if
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
47
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
48 --search '${move}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
49 -o '${optimisationTopology}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
50
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
51 #if $userInputTree:
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
52 --inputtree '${$userInputTree.name}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
53 #end if
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
54
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
55 #if $numStartSeed != "0":
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
56 --r_seed '${numStartSeed}'
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
57 #end if
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
58
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
59 --no_memory_check > '${output_stdout}' &&
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
60 grep 'failed' '${output_stdout}' >&2;
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
61 ]]>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
62 </command>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
63 <inputs>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
64 <param name="input" type="data" format="phylip,phy" label="Alignment file" help="phylip format"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
65 <param name="phylip_format" type="select" label="Changes interleaved format">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
66 <option value="">Interleaved</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
67 <option value="--sequential">Sequential</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
68 </param>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
69 <param name="nb_data_set" type="integer" min="1" value="1" label="Number of data sets" />
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
70 <conditional name="seq">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
71 <param name="type_of_seq" type="select" label="Data type">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
72 <option value="nt">Nucleic acids</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
73 <option value="aa">Amino acids</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
74 </param>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
75 <when value="nt">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
76 <param name="tstv" type="text" value="e" label="Transition/transversion ratio" help="Must be a positive integer, 'e' if you want PhyML to estimate it" />
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
77 <param name="model" type="select" label="Substitution model">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
78 <option value="HKY85">HKY85</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
79 <option value="JC69">JC69</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
80 <option value="K80">K80</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
81 <option value="F81">F81</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
82 <option value="F84">F84</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
83 <option value="TN93">TN93</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
84 <option value="GTR">GTR</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
85 </param>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
86 </when>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
87 <when value="aa">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
88 <param name="model" type="select" label="Evolution model">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
89 <option value="LG">LG</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
90 <option value="WAG">WAG</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
91 <option value="JTT">JTT</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
92 <option value="MtREV">MtREV</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
93 <option value="Dayhoff">Dayhoff</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
94 <option value="DCMut">DCMut</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
95 <option value="RtREV">RtREV</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
96 <option value="CpREV">CpREV</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
97 <option value="VT">VT</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
98 <option value="Blosum62">Blosum62</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
99 <option value="MtMam">MtMam</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
100 <option value="MtArt">MtArt</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
101 <option value="HIVw">HIVw</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
102 <option value="HIVb">HIVb</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
103 </param>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
104 </when>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
105 </conditional>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
106 <param name="prop_invar" type="text" value="e" label="Proportion of invariant sites" help="Can be a fixed value in the [0,1] range or 'e' to get the maximum likelihood estimate, 0 to ignore this parameter"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
107 <param name="equi_freq" type="select" label="Equilibrium frequencies" help="Empirical: frequencies are estimated by counting the occurences in the alignment. ML/Model: frequencies are estimated using ML for nucleotides or defined by the proteic substitution model.">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
108 <option value="m">ML/Model</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
109 <option value="e">Empirical</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
110 </param>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
111 <param name="nbSubstCat" type="integer" min="1" value="4" label="Number of categories for the discrete gamma model" help="1 means no gamma model" />
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
112 <param name="gamma" type="text" value="e" label="Parameter of the gamma model" help="'e' if you want PhyML to estimate it"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
113 <param name="move" type="select" label="Tree topology search">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
114 <option value="NNI">NNI (Nearest Neighbor Interchange)</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
115 <option value="SPR">SPR (Subtree Pruning and Regraphing)</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
116 <option value="BEST">Best of NNI and SPR</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
117 </param>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
118 <param name="optimisationTopology" type="select" label="Optimise topology">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
119 <option value="tlr">Tree topology, Branch length, Rate parameter</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
120 <option value="tl">Tree topology, Branch length</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
121 <option value="l">Branch length</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
122 <option value="r">Rate parameter</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
123 <option value="n">No parameter is optimized</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
124 </param>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
125 <conditional name="support_condition">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
126 <param name="branchSupport" type="select" label="Statistical tests for branch support" help="Use aLRT or aBayes to save computing time">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
127 <option value="0">No bootstrap</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
128 <option value="1">Bootstrap</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
129 <option value="-1">likelihood aLRT statistics</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
130 <option value="-2">likelihood Chi2-based</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
131 <option value="-4" selected='true'>SH-like</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
132 <option value="-5">Approximate Bayes branch supports</option>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
133 </param>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
134 <when value="0"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
135 <when value="-1"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
136 <when value="-2"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
137 <when value="-4"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
138 <when value="-5"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
139 <when value="1">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
140 <param name="replicate" type="integer" min="1" value="100" label="Number of bootstrap replicates" help="Must be a positive integer" />
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
141 </when>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
142 </conditional>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
143 <param name="numStartSeed" type="integer" value="0" label="Number of seed used to initiate the random number generator" help="0 to random seed"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
144 <param name="userInputTree" optional="True" type="data" format="nhx" label="Tree file" help="newick format"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
145 </inputs>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
146 <outputs>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
147 <data name="output_tree" format="nhx" label="PhyML Newick tree: ${input.name}.nwk" from_work_dir="*_phyml_tree.txt" />
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
148 <data name="output_stats" format="txt" label="PhyML Statistic: ${input.name}.stats.txt" from_work_dir="*_phyml_stats.txt"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
149 <data name="output_stdout" format="txt" label="PhyML Stdout: ${input.name}"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
150 </outputs>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
151 <tests>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
152 <test>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
153 <param name="input" value="phylip" />
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
154 <param name="prop_invar" value="0"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
155 <param name="type_of_seq" value="nt" />
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
156 <param name="numStartSeed" value="1458308600" />
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
157 <output name="output_tree">
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
158 <assert_contents>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
159 <has_text text="Rhes_cDNA:0.0"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
160 <has_text text="Baboon:0.0"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
161 <has_text text="Orangutan:0.0"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
162 <has_text text="Gibbon:0.0"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
163 <has_text text="Human:0.0"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
164 <has_text text="Chimp:0.0"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
165 </assert_contents>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
166 </output>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
167 <output name="output_stats" file="phylip_phyml_stats.txt" lines_diff="4"/>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
168 </test>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
169 </tests>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
170 <help>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
171 <![CDATA[
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
172 .. class:: infomark
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
173
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
174 #########
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
175 PhyML 3.3
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
176 #########
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
177
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
178 A simple, fast, and accurate algorithm to estimate
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
179 large phylogenies by maximum likelihood''
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
180
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
181 ==========
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
182 Overview:
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
183 ==========
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
184
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
185 PhyML is a phylogeny software based on the maximum-likelihood principle. Early PhyML versions used a fast algorithm to perform Nearest Neighbor Interchanges (NNIs), in order to improve a reasonable starting tree topology. Since the original publication (Guindon and Gascuel 2003), PhyML has been widely used due to its simplicity and a fair accuracy/speed compromise. In the mean time research around PhyML has continued.
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
186
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
187 We designed an efficient algorithm to search the tree space using Subtree Pruning and Regrafting (SPR) topological moves (Hordijk and Gascuel 2005), and proposed a fast branch test based on an approximate likelihood ratio test (Anisimova and Gascuel 2006). However, these novelties were not included in the official version of PhyML, and we found that improvements were still needed in order to make them effective in some practical cases. PhyML 3.0 achieves this task.
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
188
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
189 It implements new algorithms to search the space of tree topologies with user-defined intensity. A non-parametric, Shimodaira-Hasegawa-like branch test is also available. The program provides a number of new evolutionary models and its interface was entirely re-designed. We tested PhyML 3.0 on a large collection of real data sets to ensure that the new version is stable, ready-to-use and still reasonably fast and accurate.
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
190
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
191 -----
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
192
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
193
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
194 For further informations, please visite the PhyML_ website.
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
195
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
196 .. _PhyML: http://www.atgc-montpellier.fr/phyml/
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
197
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
198 Please cite this paper if you use this software in your publications.
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
199
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
200
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
201 ]]>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
202 </help>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
203 <citations>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
204 <citation type="doi">10.1093/sysbio/syq010</citation>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
205 </citations>
2677a6dae0e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 7262445f852345ec93762ff94642507a2b63f0cd"
iuc
parents: 0
diff changeset
206 </tool>