annotate hyphy_busted.xml @ 4:f8abbbc7e29e 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:18:17 -0400
parents 0d4341fca959
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
1 <?xml version="1.0"?>
4
f8abbbc7e29e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 2
diff changeset
2 <tool id="hyphy_busted" name="HyPhy-BUSTED" version="2.5.0+galaxy0">
2
0d4341fca959 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'446f1cfedd192ab0e7456495383c2099331379cc\n'-dirty
rdvelazquez
parents: 0
diff changeset
3 <description>Branch-site Unrestricted Statistical Test for Episodic Diversification</description>
0
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
4 <macros>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
5 <import>macros.xml</import>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
6 </macros>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
7 <expand macro="requirements" />
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
8 <command detect_errors="exit_code">
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
9 <![CDATA[
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
10 ln -s '$input_file' busted_input.fa &&
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
11 ln -s '$input_nhx' busted_input.nhx &&
4
f8abbbc7e29e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 2
diff changeset
12 @HYPHY_INVOCATION@ busted
f8abbbc7e29e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 2
diff changeset
13 --alignment `pwd`/busted_input.fa
f8abbbc7e29e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 2
diff changeset
14 --tree `pwd`/busted_input.nhx
f8abbbc7e29e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 2
diff changeset
15 --code $gencodeid
f8abbbc7e29e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 2
diff changeset
16 --branches '$branches'
f8abbbc7e29e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 2
diff changeset
17 > '$busted_log'
0
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
18 ]]>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
19 </command>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
20 <inputs>
2
0d4341fca959 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'446f1cfedd192ab0e7456495383c2099331379cc\n'-dirty
rdvelazquez
parents: 0
diff changeset
21 <expand macro="inputs" />
0d4341fca959 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'446f1cfedd192ab0e7456495383c2099331379cc\n'-dirty
rdvelazquez
parents: 0
diff changeset
22 <expand macro="gencode" />
0d4341fca959 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'446f1cfedd192ab0e7456495383c2099331379cc\n'-dirty
rdvelazquez
parents: 0
diff changeset
23 <expand macro="branches" />
0
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
24 </inputs>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
25 <outputs>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
26 <data name="busted_log" format="txt" />
2
0d4341fca959 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'446f1cfedd192ab0e7456495383c2099331379cc\n'-dirty
rdvelazquez
parents: 0
diff changeset
27 <data name="busted_output" format="hyphy_json_results" from_work_dir="busted_input.fa.BUSTED.json" />
0
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
28 </outputs>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
29 <tests>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
30 <test>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
31 <param name="input_file" ftype="fasta" value="absrel-in1.fa" />
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
32 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx" />
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
33 <output name="busted_output" file="busted-out1.json" compare="sim_size" />
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
34 </test>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
35 </tests>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
36 <help>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
37 <![CDATA[
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
38 BUSTED will test for gene-wide selection at pre-specified lineages. This method is particularly useful for relatively small datasets (fewer than 10 taxa) where other methods may not have sufficient power to detect selection. This method is not suitable for identifying specific sites subject to positive selection.
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
39 ]]>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
40 </help>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
41 <expand macro="citations">
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
42 <citation type="doi">10.1093/molbev/msv035</citation>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
43 </expand>
acaa45acbf91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
rdvelazquez
parents:
diff changeset
44 </tool>