comparison snpEff_download.xml @ 0:c07c403fc470

Uploaded
author jjohnson
date Thu, 17 Jan 2013 16:31:12 -0500
parents
children 13b6ad2ddace
comparison
equal deleted inserted replaced
-1:000000000000 0:c07c403fc470
1 <tool id="snpEff_download" name="SnpEff Download" version="3.1">
2 <description>Download a new database</description>
3 <requirements>
4 <requirement type="package" version="3.1">snpEff</requirement>
5 </requirements>
6 <command>java -jar \$JAVA_JAR_PATH/snpEff.jar download -c \$JAVA_JAR_PATH/snpEff.config $genomeVersion > $logfile </command>
7 <inputs>
8 <param name="genomeVersion" type="select" label="Genome">
9 <options from_file="snpeffect_genomedb.loc">
10 <column name="name" index="1"/>
11 <column name="value" index="0"/>
12 </options>
13 </param>
14 </inputs>
15
16 <outputs>
17 <data format="txt" name="logfile" />
18 </outputs>
19 <stdio>
20 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
21 <exit_code range="1:" level="fatal" description="Error" />
22 </stdio>
23
24 <help>
25
26 This tool downloads a SnpEff database.
27
28 For details about this tool, please go to http://snpEff.sourceforge.net
29
30 </help>
31 </tool>
32