comparison snpSift_vartype.xml @ 2:bf8c1526871b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
author iuc
date Mon, 05 Dec 2016 12:11:18 -0500
parents 98708b88af9f
children 20c7d583fec1
comparison
equal deleted inserted replaced
1:98708b88af9f 2:bf8c1526871b
1 <tool id="snpsift_vartype" name="SnpSift Variant Type" version="@WRAPPER_VERSION@.0"> 1 <tool id="snpsift_vartype" name="SnpSift Variant Type" version="@WRAPPER_VERSION@.1">
2 <description>Annotate with variant type</description> 2 <description>Annotate with variant type</description>
3 <macros> 3 <macros>
4 <import>snpSift_macros.xml</import> 4 <import>snpSift_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <expand macro="version_command" /> 8 <expand macro="version_command" />
9 <command><![CDATA[ 9 <command><![CDATA[
10 java -jar "\$SNPEFF_JAR_PATH/SnpSift.jar" varType "$input" 2> "$log" > "$output" 10 @CONDA_SNPSIFT_JAR_PATH@ &&
11 java -jar "\$SNPSIFT_JAR_PATH/SnpSift.jar" varType "$input" 2> "$log" > "$output"
11 ]]> 12 ]]>
12 </command> 13 </command>
13 <inputs> 14 <inputs>
14 <param format="vcf" name="input" type="data" label="Variant file (VCF)"/> 15 <param format="vcf" name="input" type="data" label="Variant file (VCF)"/>
15 </inputs> 16 </inputs>
31 **License** 32 **License**
32 33
33 This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_ and is released under the `MIT license`_. 34 This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_ and is released under the `MIT license`_.
34 35
35 .. _CRS4 Srl.: http://www.crs4.it/ 36 .. _CRS4 Srl.: http://www.crs4.it/
36 .. _MIT license: http://opensource.org/licenses/MIT 37 .. _MIT license: https://opensource.org/licenses/MIT
37
38 @CITATION_SECTION@
39
40 ]]> 38 ]]>
41 </help> 39 </help>
42 <expand macro="citations" /> 40 <expand macro="citations" />
43 </tool> 41 </tool>