# HG changeset patch # User dfornika # Date 1548195526 18000 # Node ID 351388dbbc0a9902d0b663a1e89e52fbbbfaea75 # Parent 74242e18b66ab5355ce37253b50197ca0a5e3588 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 03b0ce2da0b398127862d5d235bed8f9c0b23622-dirty diff -r 74242e18b66a -r 351388dbbc0a mash_screen.xml --- a/mash_screen.xml Tue Jan 22 16:52:06 2019 -0500 +++ b/mash_screen.xml Tue Jan 22 17:18:46 2019 -0500 @@ -14,19 +14,19 @@ -i $minimum_identity_to_report -v $maximum_p_value_to_report queries.msh - #if str( $pool.pool_input_selector ) == "paired" - '$pool.pool_1' '$pool.pool_2' + #if str( $pool_input.pool_input_selector ) == "paired" + '$pool_input.pool_1' '$pool_input.pool_2' #end if - #if str( $pool.pool_input_selector ) == "paired_collection" - '$pool.pool.forward' '$pool.pool.reverse' + #if str( $pool_input.pool_input_selector ) == "paired_collection" + '$pool_input.pool.forward' '$pool_input.pool.reverse' #end if - #if str( $pool.pool_input_selector ) == "single" - '$pool.pool' + #if str( $pool_input.pool_input_selector ) == "single" + '$pool_input.pool' #end if > '$output' ]]> - + @@ -66,7 +66,7 @@ - +