annotate hyphy_fade.xml @ 2:a1c92abb3c2f draft default tip

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