# HG changeset patch # User iuc # Date 1548277147 18000 # Node ID 4f453db80800f6858831702cb06f50ec9d8cbcb6 # Parent 867692ec85aae935a36d51faae1a3177b3dac7c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb diff -r 867692ec85aa -r 4f453db80800 mash_screen.xml --- a/mash_screen.xml Mon Jan 07 15:09:31 2019 -0500 +++ b/mash_screen.xml Wed Jan 23 15:59:07 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} } - +