Mercurial > repos > iuc > snpeff
comparison snpEff_databases.xml @ 1:500832f27cbc draft
Uploaded
author | iuc |
---|---|
date | Thu, 22 Jan 2015 08:28:37 -0500 |
parents | |
children | b24873564cf6 |
comparison
equal
deleted
inserted
replaced
0:e8adfc4c0a6b | 1:500832f27cbc |
---|---|
1 <tool id="snpEff_databases" name="SnpEff Available Databases" version="@WRAPPER_VERSION@.0"> | |
2 <description></description> | |
3 <expand macro="requirements" /> | |
4 <macros> | |
5 <import>snpEff_macros.xml</import> | |
6 </macros> | |
7 <command> | |
8 <![CDATA[ | |
9 java -jar \$SNPEFF_JAR_PATH/snpEff.jar databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' > $snpeff_dbs | |
10 ]]> | |
11 </command> | |
12 <inputs> | |
13 </inputs> | |
14 <outputs> | |
15 <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" /> | |
16 </outputs> | |
17 <expand macro="stdio" /> | |
18 <help> | |
19 | |
20 @EXTERNAL_DOCUMENTATION@ | |
21 | |
22 @CITATION_SECTION@ | |
23 | |
24 </help> | |
25 </tool> | |
26 |