Mercurial > repos > iuc > snpeff
changeset 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 | |
files | snpEff.xml snpEff_create_db.xml snpEff_databases.xml snpEff_download.xml snpEff_macros.xml snpeff_get_chr_names.xml |
diffstat | 6 files changed, 14 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/snpEff.xml Mon Oct 21 13:56:15 2024 +0000 +++ b/snpEff.xml Mon Nov 18 22:15:34 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="snpEff" name="SnpEff eff:" version="@SNPEFF_VERSION@+galaxy@WRAPPER_VERSION@" profile="23.0"> +<tool id="snpEff" name="SnpEff eff:" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> <description> annotate variants</description> <macros> <import>snpEff_macros.xml</import>
--- a/snpEff_create_db.xml Mon Oct 21 13:56:15 2024 +0000 +++ b/snpEff_create_db.xml Mon Nov 18 22:15:34 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="snpEff_build_gb" name="SnpEff build:" version="@SNPEFF_VERSION@+galaxy@WRAPPER_VERSION@" profile="23.0"> +<tool id="snpEff_build_gb" name="SnpEff build:" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> <description> database from Genbank or GFF record</description> <macros> <import>snpEff_macros.xml</import>
--- a/snpEff_databases.xml Mon Oct 21 13:56:15 2024 +0000 +++ b/snpEff_databases.xml Mon Nov 18 22:15:34 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="snpEff_databases" name="SnpEff databases:" version="@SNPEFF_VERSION@+galaxy@WRAPPER_VERSION@" profile="23.0"> +<tool id="snpEff_databases" name="SnpEff databases:" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> <description> list available databases</description> <macros> <import>snpEff_macros.xml</import> @@ -48,7 +48,7 @@ </param> </inputs> <outputs> - <data name="snpeff_dbs" format="tabular" label="${tool.name} @SNPEFF_VERSION@ available databases" /> + <data name="snpeff_dbs" format="tabular" label="@SNPEFF_VERSION@ available databases" /> </outputs> <tests> <test>
--- a/snpEff_download.xml Mon Oct 21 13:56:15 2024 +0000 +++ b/snpEff_download.xml Mon Nov 18 22:15:34 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="snpEff_download" name="SnpEff download:" version="@SNPEFF_VERSION@+galaxy@WRAPPER_VERSION@" profile="23.0"> +<tool id="snpEff_download" name="SnpEff download:" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> <description> download a pre-built database</description> <macros> <import>snpEff_macros.xml</import> @@ -19,7 +19,7 @@ </param> </inputs> <outputs> - <data name="snpeff_db" format="snpeffdb" label="${tool.name} @SNPEFF_VERSION@ ${genome_version}"/> + <data name="snpeff_db" format="snpeffdb" label="@SNPEFF_VERSION@ ${genome_version} database"/> </outputs> <tests> <test>
--- a/snpEff_macros.xml Mon Oct 21 13:56:15 2024 +0000 +++ b/snpEff_macros.xml Mon Nov 18 22:15:34 2024 +0000 @@ -1,8 +1,11 @@ <macros> - <xml name="requirement"> - <requirement type="package" version="5.2">snpeff</requirement> - <yield/> - </xml> + <token name="@TOOL_VERSION@">5.2</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@SNPEFF_VERSION@">SnpEff5.2</token> + <xml name="requirement"> + <requirement type="package" version="@TOOL_VERSION@">snpeff</requirement> + <yield/> + </xml> <xml name="stdio"> <stdio> <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> @@ -14,8 +17,6 @@ snpEff -version ]]></version_command> </xml> - <token name="@WRAPPER_VERSION@">0</token> - <token name="@SNPEFF_VERSION@">5.2</token> <token name="@JAVA_OPTIONS@">-Xmx\${GALAXY_MEMORY_MB:-8192}m</token> <xml name="ref_select"> <conditional name="reference_source">
--- a/snpeff_get_chr_names.xml Mon Oct 21 13:56:15 2024 +0000 +++ b/snpeff_get_chr_names.xml Mon Nov 18 22:15:34 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="snpEff_get_chr_names" name="SnpEff chromosome-info:" version="@SNPEFF_VERSION@+galaxy@WRAPPER_VERSION@" profile="23.0"> +<tool id="snpEff_get_chr_names" name="SnpEff chromosome-info:" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> <description>list chromosome names/lengths</description> <macros> <import>snpEff_macros.xml</import>