Mercurial > repos > iuc > hyphy_busted
annotate hyphy_busted.xml @ 35:3169a46cd44c draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
| author | iuc |
|---|---|
| date | Tue, 07 Oct 2025 20:39:51 +0000 |
| parents | 966f51476bd7 |
| children |
| rev | line source |
|---|---|
|
34
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
1 <tool id="hyphy_busted" name="HyPhy-BUSTED" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
0
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
2 <description>Branch-site Unrestricted Statistical Test for Episodic Diversification</description> |
|
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
3 <macros> |
|
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
5 </macros> |
|
32
5013ac978803
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 4bb2092ac089e709bdc0ec3c3680f47e17be509a"
iuc
parents:
31
diff
changeset
|
6 <expand macro="bio_tools"/> |
|
1
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
7 <expand macro="requirements"/> |
|
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
23
5dafd26110c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2742ee3b4e90f65352845265d2f85c4263e0eabb"
iuc
parents:
16
diff
changeset
|
9 @SYMLINK_FILES@ |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
10 ENV="TOLERATE_NUMERICAL_ERRORS=1;" hyphy busted |
|
23
5dafd26110c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2742ee3b4e90f65352845265d2f85c4263e0eabb"
iuc
parents:
16
diff
changeset
|
11 --alignment ./$input_file |
|
25
62f9b7fc4054
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents:
23
diff
changeset
|
12 @INPUT_TREE@ |
|
1
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
13 --code $gencodeid |
|
25
62f9b7fc4054
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents:
23
diff
changeset
|
14 @branch_options@ |
|
3
4c8ccfe4a003
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
iuc
parents:
2
diff
changeset
|
15 --output '$busted_output' |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
16 --syn-rates $advanced_options.syn_rates |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
17 --rates $advanced_options.rates |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
18 --grid-size $advanced_options.grid_size |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
19 --starting-points $advanced_options.starting_points |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
20 #if $advanced_options.multiple_hits != 'None': |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
21 --multiple-hits $advanced_options.multiple_hits |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
22 #end if |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
23 #if $advanced_options.error_sink: |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
24 --error-sink Yes |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
25 #end if |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
26 #if $advanced_options.save_alternative_model: |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
27 --save-fit alternative_model.nhx |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
28 #end if |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
29 #if $advanced_options.mss.enabled == "true": |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
30 --mss Yes |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
31 --mss-type $advanced_options.mss.mss_type_cond.mss_type |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
32 #if $advanced_options.mss.mss_type_cond.mss_type == "Random": |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
33 --mss-classes $advanced_options.mss.mss_type_cond.mss_classes |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
34 #elif $advanced_options.mss.mss_type_cond.mss_type == "Empirical": |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
35 --mss-file $advanced_options.mss.mss_type_cond.mss_file |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
36 #elif $advanced_options.mss.mss_type_cond.mss_type == "File": |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
37 --mss-file $advanced_options.mss.mss_type_cond.mss_file |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
38 --mss-neutral $advanced_options.mss.mss_type_cond.mss_neutral |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
39 #elif $advanced_options.mss.mss_type_cond.mss_type == "Codon-file": |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
40 --mss-file $advanced_options.mss.mss_type_cond.mss_file |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
41 --mss-neutral $advanced_options.mss.mss_type_cond.mss_neutral |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
42 #end if |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
43 #end if |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
44 --kill-zero-lengths $advanced_options.kill_zero_lengths |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
45 > busted_stdout.md |
|
25
62f9b7fc4054
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents:
23
diff
changeset
|
46 @ERRORS@ |
|
1
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
47 ]]></command> |
|
0
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
48 <inputs> |
|
1
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
49 <expand macro="inputs"/> |
|
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
50 <expand macro="gencode"/> |
|
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
51 <expand macro="branches"/> |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
52 <section name="advanced_options" title="Advanced Options" expanded="false"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
53 <param argument="--syn-rates" type="integer" min="1" max="10" value="3" label="Synonymous rate classes" help="The number of synonymous rate classes to include in the model [1-10, default 3]"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
54 <param argument="--rates" type="integer" min="2" max="10" value="3" label="Non-synonymous rate classes" help="The number of non-synonymous rate classes to include in the model [1-10, default 3]"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
55 <param argument="--grid-size" type="integer" value="250" max="5000" label="Points in the initial distributional guess for likelihood fitting" help="The number of points in the initial distributional guess for likelihood fitting"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
56 <param argument="--starting-points" type="integer" value="1" label="Initial random guesses to seed rate values optimization" help="The number of initial random guesses to seed rate values optimization" max="1000"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
57 <param argument="--multiple-hits" type="select" label="Multiple hits correction" help="Include support for multiple nucleotide substitutions"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
58 <option value="None">None</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
59 <option value="Double">Double</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
60 <option value="Double+Triple">Double and Triple</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
61 </param> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
62 <param argument="--error-sink" type="boolean" truevalue="Yes" falsevalue="No" label="Include a rate class for misalignment artifacts (experimental)" help="Include a rate class to capture misalignment artifacts" checked="true"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
63 <param name="save_alternative_model" type="boolean" label="Save alternative model fit" help="Save BUSTED model fit to this file (default is not to save)"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
64 <conditional name="mss"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
65 <param name="enabled" type="select" label="Include support for multiple synonymous rate class substitutions"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
66 <option value="false" selected="true">No</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
67 <option value="true">Yes</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
68 </param> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
69 <when value="false"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
70 <when value="true"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
71 <conditional name="mss_type_cond"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
72 <param name="mss_type" type="select" label="How to partition synonymous codons into classes"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
73 <option value="Full">Each set of codons mapping to the same amino-acid class have a separate substitution rate (Valine == neutral)</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
74 <option value="SynREV">Each set of codons mapping to the same amino-acid class have a separate substitution rate (mean = 1)</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
75 <option value="SynREV2">Each pair of synonymous codons mapping to the same amino-acid class and separated by a transition have a separate substitution rate (no rate scaling))</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
76 <option value="SynREV2g">Each pair of synonymous codons mapping to the same amino-acid class and separated by a transition have a separate substitution rate (Valine == neutral). All between-class synonymous substitutions share a rate.</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
77 <option value="SynREVCodon">Each codon pair that is exchangeable gets its own substitution rate (fully estimated, mean = 1)</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
78 <option value="Random">Random partition (specify how many classes; largest class = neutral)</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
79 <option value="Empirical">Load a TSV file with an empirical rate estimate for each codon pair</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
80 <option value="File">Load a TSV partition from file (prompted for neutral class)</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
81 <option value="Codon-file">Load a TSV partition for pairs of codons from a file (prompted for neutral class)</option> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
82 </param> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
83 <when value="Full"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
84 <when value="SynREV"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
85 <when value="SynREV2"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
86 <when value="SynREV2g"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
87 <when value="SynREVCodon"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
88 <when value="Random"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
89 <param name="mss_classes" type="integer" value="2" label="How many codon rate classes"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
90 </when> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
91 <when value="Empirical"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
92 <param name="mss_file" type="data" format="tabular" label="File defining empirical rates for each pair of codons"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
93 </when> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
94 <when value="File"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
95 <param name="mss_file" type="data" format="tabular" label="File defining the model partition"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
96 <param name="mss_neutral" type="text" value="neutral" label="Designation for the neutral substitution rate"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
97 </when> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
98 <when value="Codon-file"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
99 <param name="mss_file" type="data" format="tabular" label="File defining the model partition for pairs of codons"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
100 <param name="mss_neutral" type="text" value="neutral" label="Designation for the neutral substitution rate"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
101 </when> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
102 </conditional> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
103 </when> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
104 </conditional> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
105 <expand macro="kill_zero_lengths_param"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
106 </section> |
|
0
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
107 </inputs> |
|
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
108 <outputs> |
|
3
4c8ccfe4a003
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
iuc
parents:
2
diff
changeset
|
109 <data name="busted_output" format="hyphy_results.json" /> |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
110 <data name="busted_md_report" format="markdown" from_work_dir="busted_stdout.md" label="BUSTED Report (Markdown) for ${tool.name} on ${on_string}" /> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
111 <data name="alternative_model" format="nex" from_work_dir="alternative_model.nhx" label="${tool.name} on ${on_string}: Alternative model"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
112 <filter>advanced_options["save_alternative_model"]</filter> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
113 </data> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
114 |
|
0
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
115 </outputs> |
|
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
116 <tests> |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
117 <test expect_num_outputs="2"> |
|
1
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
118 <param name="input_file" ftype="fasta" value="absrel-in1.fa"/> |
|
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
119 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/> |
|
34
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
120 <output name="busted_output"> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
121 <assert_contents> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
122 <has_text text="substitutions"/> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
123 <has_text text="test results"/> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
124 </assert_contents> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
125 </output> |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
126 <output name="busted_md_report"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
127 <assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
128 <has_text text="For *test* branches, the following rate distribution for branch-site combinations was inferred"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
129 </assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
130 </output> |
|
0
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
131 </test> |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
132 <test expect_num_outputs="3"> |
|
25
62f9b7fc4054
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents:
23
diff
changeset
|
133 <param name="input_file" ftype="nex" value="busted-in2.nex"/> |
|
31
0494d850a4d6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
iuc
parents:
30
diff
changeset
|
134 <conditional name="branch_cond"> |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
135 <param name="branch_sel" value="Internal"/> |
|
31
0494d850a4d6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
iuc
parents:
30
diff
changeset
|
136 </conditional> |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
137 <section name="advanced_options"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
138 <param name="syn_rates" value="2"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
139 <param name="rates" value="2"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
140 <param name="save_alternative_model" value="true"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
141 </section> |
|
34
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
142 <output name="busted_output"> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
143 <assert_contents> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
144 <has_text text="substitutions"/> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
145 <has_text text="test results"/> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
146 </assert_contents> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
147 </output> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
148 <output name="alternative_model"> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
149 <assert_contents> |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
150 <has_text text="BEGIN HYPHY;"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
151 </assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
152 </output> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
153 <output name="busted_md_report"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
154 <assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
155 <has_text text="For *test* branches, the following rate distribution for branch-site combinations was inferred"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
156 <has_text text="Selected 5 branches to test in the BUSTED analysis"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
157 </assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
158 </output> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
159 </test> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
160 <test expect_num_outputs="3"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
161 <param name="input_file" ftype="nex" value="busted-in2.nex"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
162 <conditional name="branch_cond"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
163 <param name="branch_sel" value="Internal"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
164 </conditional> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
165 <section name="advanced_options"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
166 <param name="starting_points" value="5"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
167 <param name="multiple_hits" value="Double"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
168 <param name="error_sink" value="true"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
169 <param name="save_alternative_model" value="true"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
170 </section> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
171 <output name="busted_output"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
172 <assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
173 <has_text text="test results"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
174 </assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
175 </output> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
176 <output name="alternative_model"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
177 <assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
178 <has_text text="BEGIN HYPHY;"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
179 </assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
180 </output> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
181 <output name="busted_md_report"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
182 <assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
183 <has_text text="rate at which 2 nucleotides are changed instantly within a single codon"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
184 <has_text text="Error absorption"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
185 </assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
186 </output> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
187 </test> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
188 <test expect_num_outputs="2"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
189 <param name="input_file" ftype="nex" value="busted-in2.nex"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
190 <conditional name="branch_cond"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
191 <param name="branch_sel" value="Internal"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
192 </conditional> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
193 <section name="advanced_options"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
194 <conditional name="mss"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
195 <param name="enabled" value="true"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
196 <conditional name="mss_type_cond"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
197 <param name="mss_type" value="Codon-file"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
198 <param name="mss_file" value="mss.tsv"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
199 <param name="mss_neutral" value="NEUTRAL"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
200 </conditional> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
201 </conditional> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
202 </section> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
203 <output name="busted_output"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
204 <assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
205 <has_text text="test results"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
206 </assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
207 </output> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
208 <output name="busted_md_report"> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
209 <assert_contents> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
210 <has_text text=">mss-neutral => NEUTRAL"/> |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
211 <has_text text="## Branch-site unrestricted statistical test of episodic diversification [BUSTED]"/> |
|
34
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
212 </assert_contents> |
|
966f51476bd7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
iuc
parents:
32
diff
changeset
|
213 </output> |
|
25
62f9b7fc4054
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents:
23
diff
changeset
|
214 </test> |
|
0
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
215 </tests> |
|
1
d568d72737a7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
0
diff
changeset
|
216 <help><![CDATA[ |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
217 |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
218 BUSTED : Bayesian UnresTricted Test of Episodic Diversification |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
219 =============================================================== |
|
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
220 |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
221 What question does this method answer? |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
222 -------------------------------------- |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
223 |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
224 Is there evidence that some sites in the alignment have been subject to positive diversifying selection, |
|
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
225 either pervasive (throughout the evolutionary tree) or episodic (only on some lineages)? |
|
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
226 In other words, BUSTED asks whether a given gene has been subject to positive, diversifying selection at any site, at any time. |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
227 If a priori information about lineages of interest is available (e.g., due to migration, change in the environment, etc.), |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
228 then BUSTED can be restricted to test for selection only on a subset of tree lineages, potentially boosting power. |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
229 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
230 Recommended Applications |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
231 ------------------------ |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
232 |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
233 1. Annotating a collection of alignments with a binary attribute: has this alignment been subject to positive diversifying selection (yes/no)? |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
234 2. Testing small or low-divergence alignments (i.e. ~30 sequences) for evidence of positive diversifying selection, where neither branch nor site level methods have sufficient power. |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
235 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
236 Brief description |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
237 ----------------- |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
238 |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
239 BUSTED (Branch-site Unrestricted Statistical Test for Episodic Diversification) is a powerful tool for detecting gene-wide evidence of episodic positive selection. It works by fitting a codon model to the data and comparing a null model, which does not allow for positive selection, to an alternative model that does. If the alternative model provides a statistically significant better fit to the data, then we can conclude that there is evidence for positive selection. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
240 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
241 The core of BUSTED is a random effects branch-site model. This model allows the selection pressure (represented by the omega ratio, dN/dS) to vary both among sites in the alignment and across branches in the phylogenetic tree. The model includes three rate classes for omega: one for negative/purifying selection (omega < 1), one for neutral evolution (omega = 1), and one for positive/diversifying selection (omega > 1). |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
242 |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
243 BUSTED tests for positive selection by comparing a constrained model (where omega is not allowed to be greater than 1) to an unconstrained model (where omega can be greater than 1). A likelihood ratio test is used to determine if the unconstrained model is a significantly better fit to the data. If it is, then there is evidence for positive selection acting on the gene. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
244 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
245 MSS Methodology |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
246 --------------- |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
247 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
248 BUSTED can also incorporate models of selection on synonymous substitutions (MSS models). This is a new comparative framework for estimating selection on synonymous substitutions. These models account for selection by partitioning synonymous substitutions into multiple classes and estimating relative substitution rates for each, while also considering confounders like mutation bias. This framework allows for the study of selection on synonymous substitutions in diverse taxa without prior assumptions about the driving forces. For more information, please see the source publication: http://pubmed.ncbi.nlm.nih.gov/40129111/ |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
249 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
250 Input |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
251 ----- |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
252 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
253 1. A *FASTA* sequence alignment. |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
254 2. A phylogenetic tree in the *Newick* format |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
255 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
256 Note: the names of sequences in the alignment must match the names of the sequences in the tree. |
|
2
1d41fc8c04d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 533e8f97b4df382944ac8a31d98e04c9efeb6798"
iuc
parents:
1
diff
changeset
|
257 |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
258 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
259 Output |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
260 ------ |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
261 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
262 A JSON file with analysis results (http://hyphy.org/resources/json-fields.pdf). |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
263 |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
264 For each tested branch the analysis will infer the appropriate number of selective regimes, |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
265 and whether or not there is statistical evidence of positive selection on that branch. |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
266 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
267 A custom visualization module for viewing these results is available (see http://vision.hyphy.org/BUSTED for an example) |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
268 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
269 Further reading |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
270 --------------- |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
271 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
272 http://hyphy.org/methods/selection-methods/#busted |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
273 |
|
2
1d41fc8c04d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 533e8f97b4df382944ac8a31d98e04c9efeb6798"
iuc
parents:
1
diff
changeset
|
274 |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
275 Tool options |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
276 ------------ |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
277 :: |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
278 |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
279 |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
280 --code Which genetic code to use |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
281 |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
282 --alignment An in-frame codon alignment in one of the formats supported by HyPhy. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
283 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
284 --tree A phylogenetic tree (optionally annotated with {}). |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
285 |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
286 --branches Which branches should be tested for selection? |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
287 All [default] : test all branches |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
288 |
|
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
289 Internal : test only internal branches (suitable for |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
290 intra-host pathogen evolution for example, where terminal branches |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
291 may contain polymorphism data) |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
292 |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
293 Leaves: test only terminal (leaf) branches |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
294 |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
295 Unlabeled: if the Newick string is labeled using the {} notation, |
|
9
cb5ff3a1d7c6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents:
6
diff
changeset
|
296 test only branches without explicit labels |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
297 (see http://hyphy.org/tutorials/phylotree/) |
|
35
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
298 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
299 --kill-zero-lengths Automatically delete internal zero-length branches for computational efficiency. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
300 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
301 Advanced parameters |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
302 ................... |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
303 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
304 --srv Include synonymous rate variation in the model. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
305 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
306 --grid-size The number of points in the initial distributional guess for likelihood fitting. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
307 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
308 --starting-points The number of initial random guesses to seed rate values optimization. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
309 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
310 --syn-rates The number of synonymous rate classes to include in the model [1-10, default 3]. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
311 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
312 --rates The number of non-synonymous rate classes to include in the model [1-10, default 3]. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
313 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
314 --multiple-hits Include support for multiple nucleotide substitutions. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
315 None: No correction. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
316 Double: Allow double substitutions. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
317 Double+Triple: Allow double and triple substitutions. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
318 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
319 --error-sink [Advanced experimental setting] Include a rate class to capture misalignment artifacts. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
320 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
321 --mss Include support for multiple synonymous rate class substitutions. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
322 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
323 --mss-type How to partition synonymous codons into classes. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
324 Full: Each set of codons mapping to the same amino-acid class have a separate substitution rate (Valine == neutral) |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
325 SynREV: Each set of codons mapping to the same amino-acid class have a separate substitution rate (mean = 1) |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
326 SynREV2: Each pair of synonymous codons mapping to the same amino-acid class and separated by a transition have a separate substitution rate (no rate scaling)) |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
327 SynREV2g: Each pair of synonymous codons mapping to the same amino-acid class and separated by a transition have a separate substitution rate (Valine == neutral). All between-class synonymous substitutions share a rate. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
328 SynREVCodon: Each codon pair that is exchangeable gets its own substitution rate (fully estimated, mean = 1) |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
329 Random: Random partition (specify how many classes; largest class = neutral) |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
330 Empirical: Load a TSV file with an empirical rate estimate for each codon pair |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
331 File: Load a TSV partition from file (prompted for neutral class) |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
332 Codon-file: Load a TSV partition for pairs of codons from a file (prompted for neutral class) |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
333 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
334 --mss-file File defining the model partition. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
335 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
336 --mss-reference-rate Normalize relative to these rates. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
337 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
338 --mss-classes How many codon rate classes. |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
339 |
|
3169a46cd44c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit d97b1b98a3a621c93a7ed9e7db16bda47eefcb92
iuc
parents:
34
diff
changeset
|
340 --mss-neutral Designation for the neutral substitution rate. |
|
6
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
341 ]]> |
|
51548f9a253f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f953137ef9ed4e9e1dcce3d93ee26fdc5d2bba53"
iuc
parents:
4
diff
changeset
|
342 </help> |
|
0
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
343 <expand macro="citations"> |
|
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
344 <citation type="doi">10.1093/molbev/msv035</citation> |
|
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
345 </expand> |
|
3e7799d80897
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff
changeset
|
346 </tool> |
