Mercurial > repos > iuc > snpeff
diff snpEff_databases.xml @ 17:65ae79bddc69 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 5ab504d384299d8c2ed496650f1f9e4a887cd102
author | iuc |
---|---|
date | Thu, 06 Sep 2018 13:23:57 -0400 |
parents | c9ecd2a96ecf |
children | 268d162b9c49 |
line wrap: on
line diff
--- a/snpEff_databases.xml Tue Aug 28 03:03:45 2018 -0400 +++ b/snpEff_databases.xml Thu Sep 06 13:23:57 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="snpEff_databases" name="SnpEff databases:" version="@wrapper_version@.galaxy1"> +<tool id="snpEff_databases" name="SnpEff databases:" version="@WRAPPER_VERSION@.galaxy1"> <description> list available databases</description> <macros> <import>snpEff_macros.xml</import> @@ -9,7 +9,6 @@ <expand macro="stdio" /> <expand macro="version_command" /> <command><![CDATA[ - snpEff databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' #if $include_pattern: @@ -21,10 +20,9 @@ #end if > '${snpeff_dbs}' - ]]></command> <inputs> - <param name="include_pattern" size="40" type="text" value="" optional="True" label="List entries matching the following expression" help="Databases matching this expression will be listed. Here you can enter text or regular expression. For example, to show only mouse databases use 'Mouse'. Note that this parameter is case-sensitive."> + <param name="include_pattern" type="text" value="" optional="true" label="List entries matching the following expression" help="Databases matching this expression will be listed. Here you can enter text or regular expression. For example, to show only mouse databases use 'Mouse'. Note that this parameter is case-sensitive."> <sanitizer> <valid initial="string.digits,string.letters"> <add value="^" /> @@ -32,7 +30,7 @@ </valid> </sanitizer> </param> - <param name="exclude_pattern" size="40" type="text" value="" optional="True" label="Do not output entries matching the following expression" help="Databases matching this expression WILL NOT BE listed. Here you can enter text or regular expression. For excample, to avoid all ENSEMBL bundles enter 'ENSEMBL'. Note that this parameter is case-sensitive."> + <param name="exclude_pattern" type="text" value="" optional="true" label="Do not output entries matching the following expression" help="Databases matching this expression WILL NOT BE listed. Here you can enter text or regular expression. For excample, to avoid all ENSEMBL bundles enter 'ENSEMBL'. Note that this parameter is case-sensitive."> <sanitizer> <valid initial="string.digits,string.letters"> <add value="^" /> @@ -43,7 +41,7 @@ </inputs> <outputs> - <data format="tabular" name="snpeff_dbs" label="${tool.name} @snpeff_version@ available databases" /> + <data name="snpeff_dbs" format="tabular" label="${tool.name} @SNPEFF_VERSION@ available databases" /> </outputs> <tests> <test> @@ -63,10 +61,9 @@ </test> </tests> <help><![CDATA[ - **What it does** -This tool downloads the master list of snpEff databases from @snpeff_database_url@. You can then look at this list and decide which database to use for your analysis. For example, if **List entries matching the following expression** parameter of this tool is set to *Mouse* the it will produce a tabular dataset with the following content:: +This tool downloads the master list of snpEff databases from @SNPEFF_DATABASE_URL@. You can then look at this list and decide which database to use for your analysis. For example, if **List entries matching the following expression** parameter of this tool is set to *Mouse* the it will produce a tabular dataset with the following content:: mm10 Mouse http://downloads.sourceforge.net/project/snpeff/databases/v4_3/snpEff_v4_3_mm10.zip mm9 Mouse http://downloads.sourceforge.net/project/snpeff/databases/v4_3/snpEff_v4_3_mm9.zip @@ -84,8 +81,8 @@ #. Use **SnpEff download** tool. It will download the database to the history and you will be able to use it in **SnpEff eff** tool using *Downloaded snpEff database in your history* option of the **Genome source** parameter. #. Use *Download on demand* option of the **SnpEff eff** tool (again, **Genome source** parameter). In this case snpEff will download the database before performing annotation. -@snpeff_in_galaxy_info@ -@external_documentation@ +@SNPEFF_IN_GALAXY_INFO@ +@EXTERNAL_DOCUMENTATION@ ]]></help> <expand macro="citations" /> </tool>