comparison snpSift_macros.xml @ 5:d12a810c837e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_genesets/ commit fbc18d9128669e461e76ed13307ee88dd774afa5
author iuc
date Mon, 12 Jun 2017 10:25:57 -0400
parents 847db7b39bdc
children
comparison
equal deleted inserted replaced
4:ea2e7d299365 5:d12a810c837e
1 <macros> 1 <macros>
2 <xml name="requirements"> 2 <xml name="requirements">
3 <requirements> 3 <requirements>
4 <requirement type="package" version="4.1">snpsift</requirement> 4 <requirement type="package" version="4.3.1p">snpsift</requirement>
5 </requirements> 5 </requirements>
6 </xml> 6 </xml>
7 <xml name="stdio"> 7 <xml name="stdio">
8 <stdio> 8 <stdio>
9 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> 9 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
10 <exit_code range="1:" level="fatal" description="Error" /> 10 <exit_code range="1:" level="fatal" description="Error" />
11 </stdio> 11 </stdio>
12 </xml> 12 </xml>
13 <token name="@CONDA_SNPSIFT_JAR_PATH@">if [ -z "\$SNPSIFT_JAR_PATH" ]; then export SNPSIFT_JAR_PATH=\$(dirname \$(readlink -e \$(which SnpSift))); fi</token> 13 <token name="@CONDA_SNPSIFT_JAR_PATH@">if [ -z "\$SNPSIFT_JAR_PATH" ]; then export SNPSIFT_JAR_PATH=\$(dirname \$(readlink -e \$(which SnpSift))); fi</token>
14 <xml name="version_command"> 14 <xml name="version_command">
15 <version_command><![CDATA[ 15 <version_command><![CDATA[
16 if [ -z "$SNPSIFT_JAR_PATH" ]; then export SNPSIFT_JAR_PATH=$(dirname $(readlink -e $(which SnpSift))); fi && 16 SnpSift dbnsfp 2>&1|head -n 1
17 java -jar "$SNPSIFT_JAR_PATH/SnpSift.jar" dbnsfp 2>&1|head -n 1 17 ]]></version_command>
18 ]]></version_command> 18 </xml>
19 </xml> 19 <token name="@WRAPPER_VERSION@">4.3</token>
20 <token name="@WRAPPER_VERSION@">4.1</token> 20 <token name="@EXTERNAL_DOCUMENTATION@">
21 <token name="@EXTERNAL_DOCUMENTATION@"> 21 For details about this tool, please go to:
22 22
23 For details about this tool, please go to: 23 - http://snpeff.sourceforge.net/SnpEff_manual.html
24 http://snpeff.sourceforge.net/SnpEff_manual.html 24 </token>
25 25 <xml name="citations">
26 </token> 26 <citations>
27 <xml name="citations"> 27 <citation type="doi">10.3389/fgene.2012.00035</citation>
28 <citations> 28 <yield />
29 <citation type="doi">10.3389/fgene.2012.00035</citation> 29 </citations>
30 <yield /> 30 </xml>
31 </citations>
32 </xml>
33 </macros> 31 </macros>