Mercurial > repos > rdvelazquez > hyphy_fade
annotate hyphy_fade.xml @ 0:bcd72352534f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
author | rdvelazquez |
---|---|
date | Fri, 16 Nov 2018 15:41:48 -0500 |
parents | |
children | 9e5fa270a08a |
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"> |
bcd72352534f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff
changeset
|
3 <description>: FUBAR* Approach to Directional Selection (*Fast |
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 $substitutionmodel > 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.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
|
16 echo `pwd`/fade_input.nhx >> 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
|
17 echo '$grid_points' >> 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
|
18 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
|
19 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
|
20 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
|
21 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
|
22 echo '$concentration' >> 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 '$branches' >> 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 @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
|
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> |
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 <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
|
28 <param name="input_nhx" type="data" format="nhx" label="Input newick 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
|
29 <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
|
30 <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
|
31 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
|
32 <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
|
33 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
|
34 <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
|
35 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
|
36 <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
|
37 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
|
38 <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
|
39 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
|
40 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
|
41 <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
|
42 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
|
43 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
|
44 <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
|
45 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
|
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="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
|
48 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
|
49 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
|
50 <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
|
51 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
|
52 <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
|
53 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
|
54 <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
|
55 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
|
56 </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
|
57 <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
|
58 <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
|
59 <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
|
60 <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
|
61 <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
|
62 <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
|
63 <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
|
64 <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
|
65 <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
|
66 <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
|
67 <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
|
68 </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
|
69 </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
|
70 <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
|
71 <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
|
72 <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
|
73 </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
|
74 <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
|
75 <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
|
76 <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
|
77 <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
|
78 <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
|
79 </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
|
80 </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
|
81 <help><![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
|
82 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 site evolving under directional evolution in protien alignments. |
bcd72352534f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
rdvelazquez
parents:
diff
changeset
|
83 ]]></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
|
84 <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
|
85 <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
|
86 </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
|
87 </tool> |