Mercurial > repos > iuc > hyphy_meme
annotate hyphy_meme.xml @ 16:5b380f4dbf1c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6cabbd9eb2eea9f5d44fe9836cc5f6d6087a839"
author | iuc |
---|---|
date | Fri, 30 Oct 2020 16:28:03 +0000 |
parents | 3d1f153e2aa1 |
children | 2f07f5b4e47b |
rev | line source |
---|---|
0
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
16
5b380f4dbf1c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6cabbd9eb2eea9f5d44fe9836cc5f6d6087a839"
iuc
parents:
8
diff
changeset
|
2 <tool id="hyphy_meme" name="HyPhy-MEME" version="@VERSION@+galaxy0" profile="19.09"> |
0
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
3 <description>Mixed Effects Model of Evolution</description> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
4 <macros> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
6 </macros> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
9 ln -s '$input_file' meme_input.fa && |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
10 ln -s '$input_nhx' meme_input.nhx && |
2
b15d64d85c03
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
iuc
parents:
1
diff
changeset
|
11 @HYPHYMPI@ meme |
0
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
12 --alignment ./meme_input.fa |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
13 --tree ./meme_input.nhx |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
14 --code '$gencodeid' |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
15 --branches '$branches' |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
16 --pvalue '$p_value' |
2
b15d64d85c03
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
iuc
parents:
1
diff
changeset
|
17 --output '$meme_output' |
0
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
18 > '$meme_log' |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
19 ; |
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
20 @CATCH_MPIERR@ |
0
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
21 ]]></command> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
22 <inputs> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
23 <expand macro="inputs"/> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
24 <expand macro="gencode"/> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
25 <expand macro="branches"/> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
26 <param name="p_value" type="float" value=".1" min="0" max="1" label="P-value threshold"/> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
27 </inputs> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
28 <outputs> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
29 <data name="meme_log" format="txt"/> |
2
b15d64d85c03
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
iuc
parents:
1
diff
changeset
|
30 <data name="meme_output" format="hyphy_results.json" /> |
0
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
31 </outputs> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
32 <tests> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
33 <test> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
34 <param name="input_file" ftype="fasta" value="meme-in1.fa"/> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
35 <param name="input_nhx" ftype="nhx" value="meme-in1.nhx"/> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
36 <param name="branches" value="All"/> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
37 <param name="p_value" value="0.1"/> |
7
74b590fdc6a0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 795426da748ca2c21d52b72b2a78e8e6135e4079"
iuc
parents:
5
diff
changeset
|
38 <output name="meme_output" file="meme-out1.json" compare="sim_size" delta="25000"/> |
0
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
39 </test> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
40 </tests> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
41 <help><![CDATA[ |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
42 MEME: Mixed Effects Model of Evolution |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
43 ====================================== |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
44 |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
45 What question does this method answer? |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
46 -------------------------------------- |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
47 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
48 Which site(s) in a gene are subject to pervasive or *episodic*, i.e. only on a |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
49 single lineage or subset of lineages, diversifying selection? |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
50 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
51 Recommended Applications |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
52 ------------------------ |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
53 |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
54 The phenomenon of pervasive selection is generally most prevalent in pathogen evolution and any biological system influenced by evolutionary arms race dynamics |
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
55 (or balancing selection), including adaptive immune escape by viruses. |
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
56 MEME is ideally suited to identify sites under positive selection which |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
57 represent candidate sites subject to strong selective pressures across the entire phylogeny or only on parts of the phylogeny. |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
58 |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
59 MEME is the sole method in HyPhy for detecting selection at individual sites that considers both pervasive and episodic selection. |
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
60 MEME is therefore our recommended method if maximum power is desired. |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
61 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
62 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
63 Brief description |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
64 ----------------- |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
65 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
66 MEME (Mixed Effects Model of Evolution) estimates a site-wise synonymous |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
67 (alpha) and a two-category mixture of non-synonymous (beta-, with |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
68 proportion p-, and beta+ with proportion [1-p-]) rates, and uses a |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
69 likelihood ratio test to determine if beta+ > α at a site. The |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
70 estimates aggregate information over a proportion of branches at a site, |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
71 so the signal is derived from episodic diversification, which is a |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
72 combination of strength of selection [effect size] and the proportion of |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
73 the tree affected. A subset of branches can be selected for testing as |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
74 well, in which case an additional (nuisance) parameter will be inferred |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
75 -- the non-synonymous rate on branches NOT selected for testing. |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
76 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
77 Input |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
78 ----- |
1
d02c8e6f7f2a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 533e8f97b4df382944ac8a31d98e04c9efeb6798"
iuc
parents:
0
diff
changeset
|
79 |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
80 1. A *FASTA* sequence alignment. |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
81 2. A phylogenetic tree in the *Newick* format |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
82 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
83 Note: the names of sequences in the alignment must match the names of the sequences in the tree. |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
84 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
85 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
86 Output |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
87 ------ |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
88 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
89 A JSON file with analysis results (http://hyphy.org/resources/json-fields.pdf). |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
90 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
91 A custom visualization module for viewing these results is available (see http://vision.hyphy.org/MEME for an example) |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
92 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
93 Further reading |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
94 --------------- |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
95 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
96 http://hyphy.org/methods/selection-methods/#MEME |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
97 |
1
d02c8e6f7f2a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 533e8f97b4df382944ac8a31d98e04c9efeb6798"
iuc
parents:
0
diff
changeset
|
98 |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
99 Tool options |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
100 ------------ |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
101 :: |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
102 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
103 |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
104 --code Which genetic code to use |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
105 |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
106 --branches Which branches should be tested for selection? |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
107 All [default] : test all branches |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
108 |
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
109 Internal : test only internal branches (suitable for |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
110 intra-host pathogen evolution for example, where terminal branches |
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
111 may contain polymorphism data) |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
112 |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
113 Leaves: test only terminal (leaf) branches |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
114 |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
115 Unlabeled: if the Newick string is labeled using the {} notation, |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
116 test only branches without explicit labels |
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
117 (see http://hyphy.org/tutorials/phylotree/) |
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
118 |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
119 --pvalue The significance level used to determine significance |
8
3d1f153e2aa1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
iuc
parents:
7
diff
changeset
|
120 |
5
4d5768ad6316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
iuc
parents:
3
diff
changeset
|
121 |
0
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
122 ]]></help> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
123 <expand macro="citations"> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
124 <citation type="doi">10.1371/journal.pgen.1002764</citation> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
125 </expand> |
7b3f9c78cf6d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2c7a7ff8a55e7584e84335baa3159a63ce7a590c"
iuc
parents:
diff
changeset
|
126 </tool> |