# HG changeset patch # User dfornika # Date 1548193624 18000 # Node ID 0d11360e6194d47e036fdf39e3ed61bceabbe935 # Parent 55fdc6724f034f4021f8a4ea0357a159a62ee5f1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 03b0ce2da0b398127862d5d235bed8f9c0b23622-dirty diff -r 55fdc6724f03 -r 0d11360e6194 mash_screen.xml --- a/mash_screen.xml Wed Jan 09 18:30:35 2019 -0500 +++ b/mash_screen.xml Tue Jan 22 16:47:04 2019 -0500 @@ -14,12 +14,36 @@ -i $minimum_identity_to_report -v $maximum_p_value_to_report queries.msh - '${ str($pool).replace(',', '\' \'') }' + #if str( $pool.pool_input_selector ) == "paired" + '$pool.pool_1' '$pool.pool_2' + #end if + #if str( $pool.pool_input_selector ) == "paired_collection" + '$pool.pool.forward' '$pool.pool.reverse' + #end if + #if str( $fastq_input.fastq_input_selector ) == "single" + '$pool.pool' + #end if > '$output' ]]> + + + + + + + + + + + + + + + + + - @@ -30,17 +54,21 @@ + + - + + +