Mercurial > repos > iuc > snpeff
comparison snpEff_download.xml @ 30:c7275bd8b4d6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 280d5247becaa9a70db9c5c4a2f1fc50d302838a
author | iuc |
---|---|
date | Mon, 18 Nov 2024 22:15:34 +0000 |
parents | ca2b512e8d7c |
children |
comparison
equal
deleted
inserted
replaced
29:ca2b512e8d7c | 30:c7275bd8b4d6 |
---|---|
1 <tool id="snpEff_download" name="SnpEff download:" version="@SNPEFF_VERSION@+galaxy@WRAPPER_VERSION@" profile="23.0"> | 1 <tool id="snpEff_download" name="SnpEff download:" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> |
2 <description> download a pre-built database</description> | 2 <description> download a pre-built database</description> |
3 <macros> | 3 <macros> |
4 <import>snpEff_macros.xml</import> | 4 <import>snpEff_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <requirements> | 6 <requirements> |
17 <param name="genome_version" type="text" value="" label="Select the annotation database you want to download (e.g. GRCh38.86, mm10 etc.)" help="The list of available databases can be obtained with 'SnpEff databases' tool"> | 17 <param name="genome_version" type="text" value="" label="Select the annotation database you want to download (e.g. GRCh38.86, mm10 etc.)" help="The list of available databases can be obtained with 'SnpEff databases' tool"> |
18 <validator type="empty_field" message="A genome version name is required" /> | 18 <validator type="empty_field" message="A genome version name is required" /> |
19 </param> | 19 </param> |
20 </inputs> | 20 </inputs> |
21 <outputs> | 21 <outputs> |
22 <data name="snpeff_db" format="snpeffdb" label="${tool.name} @SNPEFF_VERSION@ ${genome_version}"/> | 22 <data name="snpeff_db" format="snpeffdb" label="@SNPEFF_VERSION@ ${genome_version} database"/> |
23 </outputs> | 23 </outputs> |
24 <tests> | 24 <tests> |
25 <test> | 25 <test> |
26 <param name="genome_version" value="ebola_zaire"/> | 26 <param name="genome_version" value="ebola_zaire"/> |
27 <output name="snpeff_db"> | 27 <output name="snpeff_db"> |