Mercurial > repos > rdvelazquez > hyphy_fade
annotate hyphy_fade.xml @ 9:4377e155b9d1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
author | rdvelazquez |
---|---|
date | Fri, 07 Jun 2019 10:18:47 -0400 |
parents | a7305e34418f |
children |
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"?> |
9
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
2 <tool id="hyphy_fade" name="HyPhy-FADE" version="2.5.0+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 <command detect_errors="exit_code"><![CDATA[ |
9
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
10 ln -s '$input_file' fade_input.fa && |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
11 ln -s '$input_nhx' fade_input.nhx && |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
12 @HYPHY_INVOCATIN@ fade |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
13 --alignment `pwd`/fade_input.fa |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
14 --tree `pwd`/fade_input.nhx |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
15 --branches '$branches' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
16 --model '$substitutionmodel' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
17 --method '$posteriorEstimationMethod' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
18 --grid '$grid_points' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
19 --concentration_parameter '$concentration' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
20 --chains '$mcmc' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
21 --chain-length '$chain_length' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
22 --burn-in '$samples' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
23 --samples '$samples_per_chain' |
4377e155b9d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents:
7
diff
changeset
|
24 > '$fade_log' |
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
|
25 ]]></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
|
26 <inputs> |
7
a7305e34418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'446f1cfedd192ab0e7456495383c2099331379cc\n'-dirty
rdvelazquez
parents:
6
diff
changeset
|
27 <param name="input_file" type="data" format="fasta" label="Input amino acid FASTA file"/> |
a7305e34418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'446f1cfedd192ab0e7456495383c2099331379cc\n'-dirty
rdvelazquez
parents:
6
diff
changeset
|
28 <param name="input_nhx" type="data" format="nhx" label="Input rooted 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
|
29 <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
|
30 <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
|
31 <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
|
32 <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
|
33 <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
|
34 </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
|
35 <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
|
36 <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
|
37 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
|
38 <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
|
39 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
|
40 <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
|
41 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
|
42 <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
|
43 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
|
44 <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
|
45 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
|
46 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
|
47 <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
|
48 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
|
49 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
|
50 <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
|
51 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
|
52 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
|
53 <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
|
54 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
|
55 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
|
56 <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
|
57 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
|
58 <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
|
59 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
|
60 <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
|
61 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
|
62 </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
|
63 <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
|
64 <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
|
65 <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
|
66 <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
|
67 <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
|
68 <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
|
69 <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
|
70 <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
|
71 <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
|
72 <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
|
73 <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
|
74 </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
|
75 <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
|
76 <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
|
77 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
|
78 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
|
79 <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
|
80 (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
|
81 <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
|
82 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
|
83 </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
|
84 </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
|
85 <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
|
86 <data name="fade_log" format="txt"/> |
7
a7305e34418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'446f1cfedd192ab0e7456495383c2099331379cc\n'-dirty
rdvelazquez
parents:
6
diff
changeset
|
87 <data name="fade_output" format="hyphy_json_results" from_work_dir="fade_input.fa.FADE.json"/> |
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
|
88 </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
|
89 <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
|
90 <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
|
91 <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
|
92 <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
|
93 <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
|
94 </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
|
95 </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
|
96 <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
|
97 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
|
98 ]]></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
|
99 <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
|
100 <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
|
101 </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
|
102 </tool> |