# HG changeset patch # User iuc # Date 1548277165 18000 # Node ID 402b67d1af7df7efd9ec30a7b25ca4126f2e4454 # Parent bac720dc194813e1d97aac322ad32191221bd673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb diff -r bac720dc1948 -r 402b67d1af7d mash_screen.xml --- a/mash_screen.xml Mon Jan 07 15:09:58 2019 -0500 +++ b/mash_screen.xml Wed Jan 23 15:59:25 2019 -0500 @@ -1,4 +1,4 @@ - + determines how well query sequences are contained within a pool of sequences. macros.xml @@ -14,12 +14,36 @@ -i $minimum_identity_to_report -v $maximum_p_value_to_report queries.msh - '${ str($pool).replace(',', '\' \'') }' + #if str( $pool_input.pool_input_selector ) == "paired" + '$pool_input.pool_1' '$pool_input.pool_2' + #end if + #if str( $pool_input.pool_input_selector ) == "paired_collection" + '$pool_input.pool.forward' '$pool_input.pool.reverse' + #end if + #if str( $pool_input.pool_input_selector ) == "single" + '$pool_input.pool' + #end if > '$output' ]]> + + + + + + + + + + + + + + + + + - @@ -30,17 +54,21 @@ + + - + + + @@ -69,6 +97,6 @@ year={2016}, publisher={BioMed Central} } - +