annotate snpEff_download.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
bb0797deab78 Uploaded
jjohnson
parents: 21
diff changeset
1 <tool id="snpEff_download" name="SnpEff Download" version="@WRAPPER_VERSION@.0">
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
2 <description>Download a new database</description>
7
0ad9733e22a4 Uploaded
bgruening
parents: 6
diff changeset
3 <macros>
0ad9733e22a4 Uploaded
bgruening
parents: 6
diff changeset
4 <import>snpEff_macros.xml</import>
0ad9733e22a4 Uploaded
bgruening
parents: 6
diff changeset
5 </macros>
22
bb0797deab78 Uploaded
jjohnson
parents: 21
diff changeset
6 <expand macro="requirements" />
bb0797deab78 Uploaded
jjohnson
parents: 21
diff changeset
7 <expand macro="stdio" />
bb0797deab78 Uploaded
jjohnson
parents: 21
diff changeset
8 <expand macro="version_command" />
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
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" download -c "\$SNPEFF_JAR_PATH/snpEff.config" -dataDir "$snpeff_db.files_path" -v "$genome_version"
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 ]]>
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
13 </command>
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
14 <inputs>
22
bb0797deab78 Uploaded
jjohnson
parents: 21
diff changeset
15 <param name="genome_version" type="text" value="" label="Select the genome version you want to download (e.g. GRCh37.74)">
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
16 <help>@SNPEFF_DATABASE_URL@</help>
16
3790e16a0be0 Add datatype: snpeffdbv4
Jim Johnson <jj@umn.edu>
parents: 15
diff changeset
17 <validator type="regex" message="A genome version name is required">\S+</validator>
3790e16a0be0 Add datatype: snpeffdbv4
Jim Johnson <jj@umn.edu>
parents: 15
diff changeset
18 </param>
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
19 </inputs>
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
20 <outputs>
21
c780e3f75b3d Filter genome history snpeffdb by snpeff_version
Jim Johnson <jj@umn.edu>
parents: 19
diff changeset
21 <data format="snpeffdb" name="snpeff_db" label="${tool.name} @SNPEFF_VERSION@ ${genome_version}" />
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
22 </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
23 <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
24 <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
25 <param name="genome_version" value="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
26 <output name="snpeff_db">
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 <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
28 <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
29 </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
30 </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
31 </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
32 </tests>
22
bb0797deab78 Uploaded
jjohnson
parents: 21
diff changeset
33 <help><![CDATA[
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
34
7
0ad9733e22a4 Uploaded
bgruening
parents: 6
diff changeset
35 @EXTERNAL_DOCUMENTATION@
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
36
22
bb0797deab78 Uploaded
jjohnson
parents: 21
diff changeset
37 ]]>
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
38 </help>
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
39 <expand macro="citations" />
5
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
40 </tool>
8952990fcab9 Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
diff changeset
41