# HG changeset patch # User iuc # Date 1661241531 0 # Node ID 33368fec3b7098ff45e66203b8d0e512e4045ced # Parent a789e163a670567bccf087145b6d25b0974544bd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 69c6e337e239e84ce8fec9cf9fb5d820136877b2 diff -r a789e163a670 -r 33368fec3b70 macros.xml --- a/macros.xml Wed Aug 10 13:13:59 2022 +0000 +++ b/macros.xml Tue Aug 23 07:58:51 2022 +0000 @@ -601,34 +601,34 @@ 'ag' in optional_output - operation_mode != '--only-error-correction' + 'operation_mode' not in vars() or operation_mode != '--only-error-correction' 'ags' in optional_output - operation_mode != '--only-error-correction' + 'operation_mode' not in vars() or operation_mode != '--only-error-correction' 'cn' in optional_output - operation_mode != '--only-error-correction' + 'operation_mode' not in vars() or operation_mode != '--only-error-correction' 'cp' in optional_output - operation_mode != '--only-error-correction' + 'operation_mode' not in vars() or operation_mode != '--only-error-correction' 'cr' in optional_output - operation_mode != '--only-assembler' - - + 'operation_mode' not in vars() or operation_mode != '--only-assembler' + + @@ -637,7 +637,7 @@ 'cs' in optional_output - operation_mode != '--only-error-correction' + 'operation_mode' not in vars() or operation_mode != '--only-error-correction' @@ -648,13 +648,13 @@ 'sc' in optional_output - operation_mode != '--only-error-correction' + 'operation_mode' not in vars() or operation_mode != '--only-error-correction' 'sp' in optional_output - operation_mode != '--only-error-correction' + 'operation_mode' not in vars() or operation_mode != '--only-error-correction' @@ -663,7 +663,7 @@ 'ss' in optional_output - operation_mode != '--only-error-correction' + 'operation_mode' not in vars() or operation_mode != '--only-error-correction' diff -r a789e163a670 -r 33368fec3b70 spades.xml --- a/spades.xml Wed Aug 10 13:13:59 2022 +0000 +++ b/spades.xml Tue Aug 23 07:58:51 2022 +0000 @@ -312,17 +312,17 @@ - + - + - + @@ -344,17 +344,17 @@ - + - + - + @@ -408,17 +408,17 @@ - + - + - + @@ -440,17 +440,17 @@ - + - + - +