Mercurial > repos > iuc > snpsift_genesets
annotate snpSift_macros.xml @ 2:9ba6e2c298ab draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 44b3b8a31f9f912a3b754aef1d467a90a4ed3504
author | iuc |
---|---|
date | Mon, 19 Sep 2016 14:43:55 -0400 |
parents | 0af41de4eda1 |
children | 847db7b39bdc |
rev | line source |
---|---|
0 | 1 <macros> |
2 <xml name="requirements"> | |
3 <requirements> | |
1
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
4 <requirement type="package" version="4.1">snpEff</requirement> |
0 | 5 </requirements> |
6 </xml> | |
7 <xml name="stdio"> | |
8 <stdio> | |
9 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> | |
10 <exit_code range="1:" level="fatal" description="Error" /> | |
11 </stdio> | |
12 </xml> | |
2
9ba6e2c298ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 44b3b8a31f9f912a3b754aef1d467a90a4ed3504
iuc
parents:
1
diff
changeset
|
13 <token name="@CONDA_SNPEFF_JAR_PATH@">if [ -z "\$SNPEFF_JAR_PATH" ]; then export SNPEFF_JAR_PATH=\$(dirname \$(readlink -e \$(which snpEff))); fi</token> |
1
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
14 <xml name="version_command"> |
2
9ba6e2c298ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 44b3b8a31f9f912a3b754aef1d467a90a4ed3504
iuc
parents:
1
diff
changeset
|
15 <version_command><![CDATA[ |
9ba6e2c298ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 44b3b8a31f9f912a3b754aef1d467a90a4ed3504
iuc
parents:
1
diff
changeset
|
16 if [ -z "$SNPEFF_JAR_PATH" ]; then |
9ba6e2c298ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 44b3b8a31f9f912a3b754aef1d467a90a4ed3504
iuc
parents:
1
diff
changeset
|
17 export SNPEFF_JAR_PATH=$(dirname $(readlink -e $(which snpEff))); |
9ba6e2c298ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 44b3b8a31f9f912a3b754aef1d467a90a4ed3504
iuc
parents:
1
diff
changeset
|
18 fi && java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version |
9ba6e2c298ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 44b3b8a31f9f912a3b754aef1d467a90a4ed3504
iuc
parents:
1
diff
changeset
|
19 ]]></version_command> |
1
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
20 </xml> |
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
21 <token name="@WRAPPER_VERSION@">4.1</token> |
0 | 22 <token name="@EXTERNAL_DOCUMENTATION@"> |
23 | |
24 For details about this tool, please go to: | |
25 http://snpeff.sourceforge.net/SnpEff_manual.html | |
26 | |
27 </token> | |
28 <token name="@CITATION_SECTION@">------ | |
29 | |
30 **Citation** | |
31 | |
32 For the underlying tool, please cite the following two publications: | |
33 | |
34 SnpSift citation: | |
35 "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. | |
36 | |
37 </token> | |
38 <xml name="citations"> | |
39 <citations> | |
40 <citation type="doi">10.3389/fgene.2012.00035</citation> | |
41 <yield /> | |
42 </citations> | |
43 </xml> | |
44 </macros> |