Mercurial > repos > iuc > snpeff
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 |
| rev | line source |
|---|---|
| 0 | 1 <macros> |
| 2 <xml name="requirements"> | |
| 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 | 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> | |
|
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 | 24 <token name="@EXTERNAL_DOCUMENTATION@"> |
| 25 | |
| 2 | 26 For details about this tool, please go to: |
| 27 http://snpeff.sourceforge.net/SnpEff_manual.html | |
| 28 | |
| 29 </token> | |
| 0 | 30 <xml name="citations"> |
| 31 <citations> | |
| 32 <citation type="doi">10.4161/fly.19695</citation> | |
| 33 <yield /> | |
| 34 </citations> | |
| 35 </xml> | |
| 36 </macros> |
