annotate hyphy_busted.xml @ 32:d09dd951d0c4 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
author iuc
date Sat, 27 Nov 2021 11:32:06 +0000
parents d723b65a4291
children e931e69b5a80
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
32
d09dd951d0c4 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
iuc
parents: 31
diff changeset
2 <tool id="hyphy_busted" name="HyPhy-BUSTED" version="@TOOL_VERSION@+galaxy2" profile="19.09">
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
3 <description>Branch-site Unrestricted Statistical Test for Episodic Diversification</description>
31
d723b65a4291 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 9ef881c2d3d5f240cbff33667b55f72cb82d9896"
iuc
parents: 26
diff changeset
4 <expand macro="bio_tools"/>
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
5 <macros>
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
6 <import>macros.xml</import>
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
7 </macros>
1
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
8 <expand macro="requirements"/>
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
24
e2f03a50aace "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2742ee3b4e90f65352845265d2f85c4263e0eabb"
iuc
parents: 17
diff changeset
10 @SYMLINK_FILES@
3
1d8b63d18f30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
iuc
parents: 2
diff changeset
11 hyphy busted
24
e2f03a50aace "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2742ee3b4e90f65352845265d2f85c4263e0eabb"
iuc
parents: 17
diff changeset
12 --alignment ./$input_file
26
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
13 @INPUT_TREE@
1
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
14 --code $gencodeid
26
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
15 @branch_options@
3
1d8b63d18f30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
iuc
parents: 2
diff changeset
16 --output '$busted_output'
26
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
17 @advanced_options@
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
18 @ERRORS@
1
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
19 ]]></command>
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
20 <inputs>
1
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
21 <expand macro="inputs"/>
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
22 <expand macro="gencode"/>
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
23 <expand macro="branches"/>
26
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
24 <expand macro="srv"/>
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
25 </inputs>
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
26 <outputs>
3
1d8b63d18f30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
iuc
parents: 2
diff changeset
27 <data name="busted_output" format="hyphy_results.json" />
26
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
28 <expand macro="alternative_model_output" />
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
29 </outputs>
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
30 <tests>
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
31 <test>
1
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
32 <param name="input_file" ftype="fasta" value="absrel-in1.fa"/>
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
33 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/>
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
34 <output name="busted_output" file="busted-out1.json" compare="sim_size"/>
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
35 </test>
26
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
36 <test>
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
37 <param name="input_file" ftype="nex" value="busted-in2.nex"/>
32
d09dd951d0c4 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
iuc
parents: 31
diff changeset
38 <conditional name="branch_cond">
d09dd951d0c4 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
iuc
parents: 31
diff changeset
39 <param name="branch_sel" value="specify"/>
d09dd951d0c4 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
iuc
parents: 31
diff changeset
40 <param name="branch_label" value="B_US_90_WEAU160_BRANCH" />
d09dd951d0c4 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
iuc
parents: 31
diff changeset
41 </conditional>
26
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
42 <param name="srv_options" value="specify" />
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
43 <param name="save_alternative_model" value="true" />
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
44 <output name="busted_output" file="busted-out2-1.json" compare="sim_size"/>
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
45 <output name="alternative_model" file="busted-out2-2.json" compare="sim_size"/>
70fab57f3c05 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
iuc
parents: 24
diff changeset
46 </test>
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
47 </tests>
1
b678fe748dc5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents: 0
diff changeset
48 <help><![CDATA[
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
49
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
50 BUSTED : Bayesian UnresTricted Test of Episodic Diversification
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
51 ===============================================================
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
52
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
53 What question does this method answer?
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
54 --------------------------------------
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
55
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
56 Is there evidence that some sites in the alignment have been subject to positive diversifying selection,
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
57 either pervasive (throughout the evolutionary tree) or episodic (only on some lineages)?
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
58 In other words, BUSTED asks whether a given gene has been subject to positive, diversifying selection at any site, at any time.
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
59 If a priori information about lineages of interest is available (e.g., due to migration, change in the environment, etc.),
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
60 then BUSTED can be restricted to test for selection only on a subset of tree lineages, potentially boosting power.
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
61
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
62 Recommended Applications
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
63 ------------------------
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
64
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
65 1. Annotating a collection of alignments with a binary attribute: has this alignment been subject to positive diversifying selection (yes/no)?
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
66 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.
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
67
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
68 Brief description
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
69 -----------------
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
70
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
71 BUSTED (branch-site unrestricted statistical test of episodic
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
72 diversification) uses a random effects branch-site model fitted jointly
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
73 to all or a subset of tree branches in order to test for alignment-wide
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
74 evidence of episodic diversifying selection. Assuming there is evidence
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
75 of positive selection (i.e. there is an omega > 1), BUSTED will also
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
76 perform a quick evidence-ratio style analysis to explore which
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
77 individual sites may have been subject to selection.
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
78
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
79
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
80 Input
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
81 -----
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
82
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
83 1. A *FASTA* sequence alignment.
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
84 2. A phylogenetic tree in the *Newick* format
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
85
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
86 Note: the names of sequences in the alignment must match the names of the sequences in the tree.
2
f8d88dcef64e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 533e8f97b4df382944ac8a31d98e04c9efeb6798"
iuc
parents: 1
diff changeset
87
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
88
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
89 Output
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
90 ------
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
91
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
92 A JSON file with analysis results (http://hyphy.org/resources/json-fields.pdf).
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
93
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
94 For each tested branch the analysis will infer the appropriate number of selective regimes,
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
95 and whether or not there is statistical evidence of positive selection on that branch.
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
96
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
97 A custom visualization module for viewing these results is available (see http://vision.hyphy.org/BUSTED for an example)
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
98
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
99 Further reading
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
100 ---------------
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
101
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
102 http://hyphy.org/methods/selection-methods/#busted
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
103
2
f8d88dcef64e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 533e8f97b4df382944ac8a31d98e04c9efeb6798"
iuc
parents: 1
diff changeset
104
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
105 Tool options
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
106 ------------
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
107 ::
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
108
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
109
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
110 --code Which genetic code to use
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
111
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
112 --branches Which branches should be tested for selection?
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
113 All [default] : test all branches
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
114
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
115 Internal : test only internal branches (suitable for
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
116 intra-host pathogen evolution for example, where terminal branches
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
117 may contain polymorphism data)
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
118
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
119 Leaves: test only terminal (leaf) branches
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
120
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
121 Unlabeled: if the Newick string is labeled using the {} notation,
10
cde38657e82c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8abccd4b7a288b6a321a6662eec88577ad83b36f"
iuc
parents: 6
diff changeset
122 test only branches without explicit labels
6
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
123 (see http://hyphy.org/tutorials/phylotree/)
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
124 ]]>
f9a193154a55 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents: 4
diff changeset
125 </help>
0
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
126 <expand macro="citations">
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
127 <citation type="doi">10.1093/molbev/msv035</citation>
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
128 </expand>
edabb77ac0d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
iuc
parents:
diff changeset
129 </tool>