annotate snpEff_macros.xml @ 8:1501e66908de draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 00efb7078cfb3664ef048925d0a6b02d8578c27d
author iuc
date Fri, 16 Sep 2016 13:06:31 -0400
parents aaa749ea91a2
children 81fba81425a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39bac90c773d Uploaded
iuc
parents:
diff changeset
1 <macros>
39bac90c773d Uploaded
iuc
parents:
diff changeset
2 <xml name="requirements">
39bac90c773d Uploaded
iuc
parents:
diff changeset
3 <requirements>
7
aaa749ea91a2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents: 2
diff changeset
4 <requirement type="package" version="4.1">snpEff</requirement>
0
39bac90c773d Uploaded
iuc
parents:
diff changeset
5 </requirements>
39bac90c773d Uploaded
iuc
parents:
diff changeset
6 </xml>
39bac90c773d Uploaded
iuc
parents:
diff changeset
7 <xml name="stdio">
39bac90c773d Uploaded
iuc
parents:
diff changeset
8 <stdio>
39bac90c773d Uploaded
iuc
parents:
diff changeset
9 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
39bac90c773d Uploaded
iuc
parents:
diff changeset
10 <exit_code range="1:" level="fatal" description="Error" />
39bac90c773d Uploaded
iuc
parents:
diff changeset
11 </stdio>
39bac90c773d Uploaded
iuc
parents:
diff changeset
12 </xml>
8
1501e66908de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 00efb7078cfb3664ef048925d0a6b02d8578c27d
iuc
parents: 7
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>
7
aaa749ea91a2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents: 2
diff changeset
14 <xml name="version_command">
8
1501e66908de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 00efb7078cfb3664ef048925d0a6b02d8578c27d
iuc
parents: 7
diff changeset
15 <version_command><![CDATA[
1501e66908de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 00efb7078cfb3664ef048925d0a6b02d8578c27d
iuc
parents: 7
diff changeset
16 if [ -z "$SNPEFF_JAR_PATH" ]; then
1501e66908de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 00efb7078cfb3664ef048925d0a6b02d8578c27d
iuc
parents: 7
diff changeset
17 export SNPEFF_JAR_PATH=$(dirname $(readlink -e $(which snpEff)));
1501e66908de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 00efb7078cfb3664ef048925d0a6b02d8578c27d
iuc
parents: 7
diff changeset
18 fi && java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version
1501e66908de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 00efb7078cfb3664ef048925d0a6b02d8578c27d
iuc
parents: 7
diff changeset
19 ]]></version_command>
7
aaa749ea91a2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents: 2
diff changeset
20 </xml>
aaa749ea91a2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents: 2
diff changeset
21 <token name="@WRAPPER_VERSION@">4.1</token>
aaa749ea91a2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents: 2
diff changeset
22 <token name="@SNPEFF_VERSION@">SnpEff4.1</token>
aaa749ea91a2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents: 2
diff changeset
23 <token name="@SNPEFF_DATABASE_URL@">https://snpeff-data.galaxyproject.org/databases/v4_1/</token>
0
39bac90c773d Uploaded
iuc
parents:
diff changeset
24 <token name="@EXTERNAL_DOCUMENTATION@">
39bac90c773d Uploaded
iuc
parents:
diff changeset
25
2
114f423f99c0 Uploaded
iuc
parents: 0
diff changeset
26 For details about this tool, please go to:
114f423f99c0 Uploaded
iuc
parents: 0
diff changeset
27 http://snpeff.sourceforge.net/SnpEff_manual.html
114f423f99c0 Uploaded
iuc
parents: 0
diff changeset
28
114f423f99c0 Uploaded
iuc
parents: 0
diff changeset
29 </token>
0
39bac90c773d Uploaded
iuc
parents:
diff changeset
30 <xml name="citations">
39bac90c773d Uploaded
iuc
parents:
diff changeset
31 <citations>
39bac90c773d Uploaded
iuc
parents:
diff changeset
32 <citation type="doi">10.4161/fly.19695</citation>
39bac90c773d Uploaded
iuc
parents:
diff changeset
33 <yield />
39bac90c773d Uploaded
iuc
parents:
diff changeset
34 </citations>
39bac90c773d Uploaded
iuc
parents:
diff changeset
35 </xml>
39bac90c773d Uploaded
iuc
parents:
diff changeset
36 </macros>