changeset 2:74242e18b66a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 03b0ce2da0b398127862d5d235bed8f9c0b23622-dirty
author dfornika
date Tue, 22 Jan 2019 16:52:06 -0500
parents 0d11360e6194
children 351388dbbc0a
files mash_screen.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mash_screen.xml	Tue Jan 22 16:47:04 2019 -0500
+++ b/mash_screen.xml	Tue Jan 22 16:52:06 2019 -0500
@@ -1,4 +1,4 @@
-<tool id="mash_screen" name="mash screen" version="@TOOL_VERSION@+galaxy0">
+<tool id="mash_screen" name="mash screen" version="@TOOL_VERSION@+galaxy0">fastq_
     <description>determines how well query sequences are contained within a pool of sequences.</description>
     <macros>
         <import>macros.xml</import>
@@ -20,7 +20,7 @@
              #if str( $pool.pool_input_selector ) == "paired_collection"
                '$pool.pool.forward' '$pool.pool.reverse'
              #end if
-             #if str( $fastq_input.fastq_input_selector ) == "single"
+             #if str( $pool.pool_input_selector ) == "single"
                '$pool.pool'
              #end if
              > '$output'