annotate hyphy_meme.xml @ 3:f84a42d3ef98 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
author rdvelazquez
date Fri, 07 Jun 2019 10:20:49 -0400
parents cffd8bd6e3ec
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
1 <?xml version="1.0"?>
3
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
2 <tool id="hyphy_meme" name="HyPhy-MEME" version="2.5.0+galaxy0">
0
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
3 <description>: Mixed Effects Model of Evolution</description>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
4 <macros>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
5 <import>macros.xml</import>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
6 </macros>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
7 <expand macro="requirements" />
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
8 <command detect_errors="exit_code">
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
9 <![CDATA[
3
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
10 ln -s '$input_file' meme_input.fa &&
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
11 ln -s '$input_nhx' meme_input.nhx &&
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
12 @HYPHY_INVOCATION@ meme
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
13 --alignment `pwd`/meme_input.fa
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
14 --tree `pwd`/meme_input.nhx
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
15 --code '$gencodeid'
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
16 --branches '$branches'
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
17 --pvalue '$p_value'
f84a42d3ef98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 1
diff changeset
18 > '$meme_log'
0
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
19 ]]>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
20 </command>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
21 <inputs>
1
cffd8bd6e3ec planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'0a555981fa0582d59012c76c01c466db490831ed\n'-dirty
rdvelazquez
parents: 0
diff changeset
22 <expand macro="inputs" />
cffd8bd6e3ec planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'0a555981fa0582d59012c76c01c466db490831ed\n'-dirty
rdvelazquez
parents: 0
diff changeset
23 <expand macro="gencode" />
cffd8bd6e3ec planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'0a555981fa0582d59012c76c01c466db490831ed\n'-dirty
rdvelazquez
parents: 0
diff changeset
24 <expand macro="branches" />
0
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
25 <param name="p_value" type="float" value=".1" min="0" max="1" label="P-value" />
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
26 </inputs>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
27 <outputs>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
28 <data name="meme_log" format="txt" />
1
cffd8bd6e3ec planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'0a555981fa0582d59012c76c01c466db490831ed\n'-dirty
rdvelazquez
parents: 0
diff changeset
29 <data name="meme_output" format="hyphy_json_results" from_work_dir="meme_input.fa.MEME.json" />
0
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
30 </outputs>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
31 <tests>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
32 <test>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
33 <param name="input_file" ftype="fasta" value="meme-in1.fa" />
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
34 <param name="input_nhx" ftype="nhx" value="meme-in1.nhx" />
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
35 <param name="branches" value="1" />
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
36 <param name="p_value" value="0.1" />
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
37 <output name="meme_output" file="meme-out1.json" compare="sim_size" />
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
38 </test>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
39 </tests>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
40 <help>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
41 <![CDATA[
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
42 MEME employs a mixed-effects maximum likelihood approach to test the hypothesis that individual sites have been subject to episodic positive or diversifying selection. In other words, MEME aims to detect sites evolving under positive selection under a proportion of branches.
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
43 ]]>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
44 </help>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
45 <expand macro="citations">
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
46 <citation type="doi">10.1371/journal.pgen.1002764</citation>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
47 </expand>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
48 </tool>