changeset 22:268d162b9c49 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 02789207093cd84eaa6550149869c16b257d093b"
author iuc
date Fri, 18 Oct 2019 06:12:18 -0400
parents de67e5082c48
children 74aebe30fb52
files snpEff_databases.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/snpEff_databases.xml	Tue Oct 15 14:12:54 2019 -0400
+++ b/snpEff_databases.xml	Fri Oct 18 06:12:18 2019 -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@.galaxy2">
     <description> list available databases</description>
     <macros>
         <import>snpEff_macros.xml</import>
@@ -12,7 +12,7 @@
         snpEff databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/  *//g'
 
         #if $include_pattern:
-             | grep '${include_pattern}'
+             | grep -e '^#' -e '${include_pattern}'
         #end if
 
         #if $exclude_pattern: