annotate hyphy_meme.xml @ 1:cffd8bd6e3ec draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'0a555981fa0582d59012c76c01c466db490831ed\n'-dirty
author rdvelazquez
date Mon, 11 Feb 2019 14:31:06 -0500
parents 1fe6d55b5a9b
children f84a42d3ef98
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"?>
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
2 <tool id="hyphy_meme" name="HyPhy-MEME" version="@VERSION@+galaxy0">
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" />
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
8 <expand macro="version_command" />
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
9 <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
10 <![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
11 export MPI_NODE_COUNT=\${GALAXY_SLOTS:-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
12 ln -s '$input_file' meme_input.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
13 ln -s '$input_nhx' meme_input.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
14 echo $gencodeid > tool_params &&
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
15 echo `pwd`/meme_input.fa >> tool_params &&
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
16 echo `pwd`/meme_input.nhx >> tool_params &&
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
17 echo $branches >> tool_params &&
1fe6d55b5a9b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
rdvelazquez
parents:
diff changeset
18 echo $p_value >> tool_params &&
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 @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/MEME.bf > '$meme_log'
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 ]]>
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 </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
22 <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
23 <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
24 <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
25 <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
26 <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
27 </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
28 <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
29 <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
30 <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
31 </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
32 <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
33 <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
34 <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
35 <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
36 <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
37 <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
38 <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
39 </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
40 </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
41 <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
42 <![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
43 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
44 ]]>
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 </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
46 <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
47 <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
48 </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
49 </tool>