annotate snpSift_macros.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 <macros>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
2 <xml name="requirements">
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
3 <requirements>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
4 <requirement type="package" version="4.1">snpEff</requirement>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
5 </requirements>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
6 </xml>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
7 <xml name="stdio">
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
8 <stdio>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
9 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
10 <exit_code range="1:" level="fatal" description="Error" />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
11 </stdio>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
12 </xml>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
13 <xml name="version_command">
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
14 <version_command>java -jar $SNPEFF_JAR_PATH/SnpEff.jar -version</version_command>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
15 </xml>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
16 <token name="@WRAPPER_VERSION@">4.1</token>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
17 <token name="@EXTERNAL_DOCUMENTATION@">
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
18
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
19 For details about this tool, please go to:
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
20 http://snpeff.sourceforge.net/SnpEff_manual.html
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
21
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
22 </token>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
23 <token name="@CITATION_SECTION@">------
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
24
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
25 **Citation**
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
26
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
27 For the underlying tool, please cite the following two publications:
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
28
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
29 SnpSift citation:
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
30 "Using Drosophila melanogaster as a model for genotoxic chemical mutational studies with a new program, SnpSift", Cingolani, P., et. al., Frontiers in Genetics, 3:35, 2012.
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
31
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
32 </token>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
33 <xml name="citations">
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
34 <citations>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
35 <citation type="doi">10.3389/fgene.2012.00035</citation>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
36 <yield />
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
37 </citations>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
38 </xml>
baf6602903e1 Uploaded
jjohnson
parents:
diff changeset
39 </macros>