annotate snpSift_vartype.xml @ 6:824f78c0d0df

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 915e0f28e6bc2701ca8f333d7b30cf399cd6e9da-dirty
author jjohnson
date Mon, 25 Jan 2016 17:40:56 -0500
parents baf6602903e1
children 2f40467536cf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
1 <tool id="snpsift_vartype" name="SnpSift Variant Type" version="@WRAPPER_VERSION@.0">
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
2 <description>Annotate with variant type</description>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
3 <macros>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
4 <import>snpSift_macros.xml</import>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
5 </macros>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
6 <expand macro="requirements" />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
7 <expand macro="stdio" />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
8 <expand macro="version_command" />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
9 <command><![CDATA[
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
10 java -jar \$SNPEFF_JAR_PATH/SnpSift.jar varType $input 2> $log > $output
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
11 ]]>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
12 </command>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
13 <inputs>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
14 <param format="vcf" name="input" type="data" label="Variant file (VCF)"/>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
15 </inputs>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
16 <outputs>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
17 <data format="vcf" name="output" label="${tool.name} on ${on_string}: VCF" />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
18 <data format="txt" name="log" label="${tool.name} on ${on_string}: log" />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
19 </outputs>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
20 <tests>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
21 </tests>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
22 <help><![CDATA[
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
23 **What it does**
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
24
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
25 This tool uses `SnpSift Variant type`_ to add the variant type (SNP/MNP/INS/DEL/MIXED) in the INFO field. It also adds "HOM/HET", but this last one works if there is only one sample (otherwise it doesn't make any sense).
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
26
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
27 .. _SnpSift Variant type: http://snpeff.sourceforge.net/SnpSift.html#VariantType
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
28
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
29 ------
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
30
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
31 **License**
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
32
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
33 This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_ and is released under the `MIT license`_.
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
34
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
35 .. _CRS4 Srl.: http://www.crs4.it/
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
36 .. _MIT license: http://opensource.org/licenses/MIT
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
37
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
38 @CITATION_SECTION@
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
39
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
40 ]]>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
41 </help>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
42 <expand macro="citations" />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
43 </tool>