annotate hyphy_fade.xml @ 4:b96e3f08a77e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
author rdvelazquez
date Mon, 19 Nov 2018 16:49:44 -0500
parents f3bd41eea472
children f2ee2e0bde56
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
1 <?xml version="1.0"?>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
2 <tool id="hyphy_fade" name="HyPhy-FADE" version="@VERSION@+galaxy0">
1
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
3 <description>: FUBAR* Approach to Directional Evolution (*Fast
0
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
4 Unconstrained Bayesian Approximation)</description>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
5 <macros>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
6 <import>macros.xml</import>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
7 </macros>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
8 <expand macro="requirements"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
9 <version_command>HYPHYMP --version | tail -n 1 | awk '{print
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
10 $1}'</version_command>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
12 ln -s '$input_file' fade_input.fa &&
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
13 ln -s '$input_nhx' fade_input.nhx &&
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
14 echo `pwd`/fade_input.fa >> tool_params &&
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
15 echo `pwd`/fade_input.nhx >> tool_params &&
1
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
16 echo '$branches' >> tool_params &&
0
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
17 echo '$grid_points' >> tool_params &&
3
f3bd41eea472 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 2
diff changeset
18 echo '$substitutionmodel' >> tool_params &&
4
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
19 echo '$posteriorEstimationMethod' > tool_params &&
0
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
20 echo '$mcmc' >> tool_params &&
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
21 echo '$chain_length' >> tool_params &&
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
22 echo '$samples' >> tool_params &&
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
23 echo '$samples_per_chain' >> tool_params &&
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
24 echo '$concentration' >> tool_params &&
3
f3bd41eea472 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 2
diff changeset
25 echo '$branches' >> tool_params &&
0
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
26 @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/FADE.bf > '$fade_log'
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
27 ]]></command>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
28 <inputs>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
29 <param name="input_file" type="data" format="fasta" label="Input FASTA file"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
30 <param name="input_nhx" type="data" format="nhx" label="Input newick file"/>
1
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
31 <param name="branches" type="select" label="Set of branches to test">
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
32 <option value="1">All branches</option>
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
33 <option value="2">Internal branches</option>
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
34 <option value="3">Leaf branches</option>
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
35 <option value="4">Unlabeled branches</option>
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
36 </param>
0
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
37 <param name="substitutionmodel" type="select" label="Substitution Model">
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
38 <option value="1">LG (Generalist empirical model from Le and
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
39 Gascuel 2008)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
40 <option value="2">WAG (Generalist empirical model from Whelon
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
41 and Goldman 2001)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
42 <option value="3">JTT (Generalist empirical model from Jones,
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
43 Taylor and Thornton 1996)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
44 <option value="4">JC69 (Generalist empirical model with equal
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
45 exhangeability rates among all amino acids)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
46 <option value="5">mtMet (Specialist empirical model for
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
47 metazoan mitochondrial genomes from Le, Dang and Le
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
48 2007)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
49 <option value="6">mtVer (Specialist empirical model for
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
50 vertebrate mitochondrial gemones from Le, Dang and Le
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
51 2007)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
52 <option value="7">mtInv (Specialist empirical model for
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
53 invertebrate mitochondrial genomes from Le, Dang and Le
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
54 2007)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
55 <option value="8">gcpREV (Specialist empirical model for
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
56 green plant chloroplast genomes from Cox and Foster
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
57 20013)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
58 <option value="9">HIVBm (Specialist empirical model for
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
59 between-host HIV sequences from Nickle et al. 2007)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
60 <option value="10">HIVWm (Specialist empirical model for
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
61 within-host HIV sequences from Nickle et al. 2007)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
62 <option value="11">GTR (General time reversible model; 189
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
63 estimated parameters)</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
64 </param>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
65 <param name="grid_points" type="integer" value="20" min="5" max="50" label="Grid points"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
66 <param name="mcmc" type="integer" value="5" min="2" max="20" label="Number of MCMC chains"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
67 <param name="chain_length" type="integer" value="2000000" min="500000" max="50000000" label="Length of each chain"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
68 <param name="samples" type="integer" value="1000000" min="100000" max="1900000" label="Samples to use for burn-in"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
69 <param name="samples_per_chain" type="integer" value="100" min="50" max="1000000" label="Samples to draw from each chain"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
70 <param name="concentration" type="float" value="0.5" min="0.001" max="1" label="Concentration parameter of the Dirichlet prior"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
71 <param name="branches" type="select" label="Set of branches to test">
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
72 <option value="1">All branches</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
73 <option value="2">Internal branches</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
74 <option value="3">Leaf branches</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
75 <option value="4">Unlabeled branches</option>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
76 </param>
4
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
77 <param name="posteriorEstimationMethod" type="select" label="Posterior estimation method">
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
78 <option value="1">Metropolis-Hastings - Full
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
79 Metropolis-Hastings MCMC algorithm (slowest, original 2013
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
80 paper implementation)</option>
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
81 <option value="2">Collapsed Gibbs - Collapsed Gibbs sampler
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
82 (intermediate speed)</option>
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
83 <option value="3">Variational Bayes - 0-th order Variational
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
84 Bayes approximations (fastest, recommended default)</option>
b96e3f08a77e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
rdvelazquez
parents: 3
diff changeset
85 </param>
0
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
86 </inputs>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
87 <outputs>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
88 <data name="fade_log" format="txt"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
89 <data name="fade_output" format="json" from_work_dir="fade_input.fa.FADE.json"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
90 </outputs>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
91 <tests>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
92 <test>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
93 <param name="input_file" ftype="fasta" value="fade-in1.fa"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
94 <param name="input_nhx" ftype="nhx" value="fade-in1.nhx"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
95 <output name="fade_output" file="fade-out1.json" compare="sim_size"/>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
96 </test>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
97 </tests>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
98 <help><![CDATA[
1
9e5fa270a08a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
rdvelazquez
parents: 0
diff changeset
99 FADE (FUBAR Approach to Directional Evolution) uses the same underlying algorithmic advances as impletented in FUBAR to apply Baysian MCMC accounting of parameter uncertiantiy to detect sites evolving under directional evolution in protien alignments.
0
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
100 ]]></help>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
101 <expand macro="citations">
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
102 <citation type="doi">10.1093/molbev/msv022</citation>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
103 </expand>
bcd72352534f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff changeset
104 </tool>