annotate snpSift_vartype.xml @ 0:9e8280e19338 draft

Uploaded
author iuc
date Thu, 22 Jan 2015 08:39:07 -0500
parents
children 98708b88af9f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9e8280e19338 Uploaded
iuc
parents:
diff changeset
1 <tool id="snpsift_vartype" name="SnpSift Variant Type" version="4.0.0">
9e8280e19338 Uploaded
iuc
parents:
diff changeset
2 <description>Annotate with variant type</description>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
3 <expand macro="requirements" />
9e8280e19338 Uploaded
iuc
parents:
diff changeset
4 <macros>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
5 <import>snpSift_macros.xml</import>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
6 </macros>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
7 <command>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
8 java -jar \$SNPEFF_JAR_PATH/SnpSift.jar varType $input 2&gt; $log &gt; $output
9e8280e19338 Uploaded
iuc
parents:
diff changeset
9 </command>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
10 <inputs>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
11 <param format="vcf" name="input" type="data" label="Variant file (VCF)"/>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
12 </inputs>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
13 <outputs>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
14 <data format="vcf" name="output" label="${tool.name} on ${on_string}: VCF" />
9e8280e19338 Uploaded
iuc
parents:
diff changeset
15 <data format="txt" name="log" label="${tool.name} on ${on_string}: log" />
9e8280e19338 Uploaded
iuc
parents:
diff changeset
16 </outputs>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
17 <expand macro="stdio" />
9e8280e19338 Uploaded
iuc
parents:
diff changeset
18 <tests>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
19 </tests>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
20 <help>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
21 **What it does**
9e8280e19338 Uploaded
iuc
parents:
diff changeset
22
9e8280e19338 Uploaded
iuc
parents:
diff changeset
23 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).
9e8280e19338 Uploaded
iuc
parents:
diff changeset
24
9e8280e19338 Uploaded
iuc
parents:
diff changeset
25 .. _SnpSift Variant type: http://snpeff.sourceforge.net/SnpSift.html#VariantType
9e8280e19338 Uploaded
iuc
parents:
diff changeset
26
9e8280e19338 Uploaded
iuc
parents:
diff changeset
27 ------
9e8280e19338 Uploaded
iuc
parents:
diff changeset
28
9e8280e19338 Uploaded
iuc
parents:
diff changeset
29 **License**
9e8280e19338 Uploaded
iuc
parents:
diff changeset
30
9e8280e19338 Uploaded
iuc
parents:
diff changeset
31 This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_ and is released under the `MIT license`_.
9e8280e19338 Uploaded
iuc
parents:
diff changeset
32
9e8280e19338 Uploaded
iuc
parents:
diff changeset
33 .. _CRS4 Srl.: http://www.crs4.it/
9e8280e19338 Uploaded
iuc
parents:
diff changeset
34 .. _MIT license: http://opensource.org/licenses/MIT
9e8280e19338 Uploaded
iuc
parents:
diff changeset
35
9e8280e19338 Uploaded
iuc
parents:
diff changeset
36 @CITATION_SECTION@
9e8280e19338 Uploaded
iuc
parents:
diff changeset
37 </help>
9e8280e19338 Uploaded
iuc
parents:
diff changeset
38 <expand macro="citations" />
9e8280e19338 Uploaded
iuc
parents:
diff changeset
39 </tool>