Mercurial > repos > jjohnson > snpeff
annotate snpEff_databases.xml @ 23:924af057bbca draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
author | jjohnson |
---|---|
date | Sat, 09 Apr 2016 11:51:40 -0400 |
parents | bb0797deab78 |
children |
rev | line source |
---|---|
18
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
16
diff
changeset
|
1 <tool id="snpEff_databases" name="SnpEff Available Databases" version="@WRAPPER_VERSION@.0"> |
16 | 2 <description></description> |
3 <macros> | |
4 <import>snpEff_macros.xml</import> | |
5 </macros> | |
22 | 6 <expand macro="requirements" /> |
7 <expand macro="stdio" /> | |
8 <expand macro="version_command" /> | |
16 | 9 <command> |
18
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
16
diff
changeset
|
10 <![CDATA[ |
23
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
11 java -jar "\$SNPEFF_JAR_PATH/snpEff.jar" databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' > "$snpeff_dbs" |
18
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
16
diff
changeset
|
12 ]]> |
16 | 13 </command> |
14 <inputs> | |
15 </inputs> | |
16 <outputs> | |
22 | 17 <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" /> |
16 | 18 </outputs> |
23
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
19 <tests> |
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
20 <test> |
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
21 <output name="snpeff_dbs"> |
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
22 <assert_contents> |
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
23 <has_text text="ebola_zaire" /> |
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
24 </assert_contents> |
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
25 </output> |
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
26 </test> |
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
27 </tests> |
22 | 28 <help><![CDATA[ |
16 | 29 |
30 @EXTERNAL_DOCUMENTATION@ | |
31 | |
22 | 32 ]]> |
16 | 33 </help> |
23
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
34 <expand macro="citations" /> |
16 | 35 </tool> |
36 |