# HG changeset patch # User iuc # Date 1657697708 0 # Node ID cba9ae31f16cb9f448a64f9967978971f7e34e79 # Parent 902ad3d381a9df4eee9070214ec0672115304fc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit a09a5e3ee3c76550526f082b97de8da75181a1dd diff -r 902ad3d381a9 -r cba9ae31f16c macros.xml --- a/macros.xml Mon May 09 22:43:55 2022 +0000 +++ b/macros.xml Wed Jul 13 07:35:08 2022 +0000 @@ -1,6 +1,6 @@ 3.15.4 - 0 + 1 spades diff -r 902ad3d381a9 -r cba9ae31f16c spades.xml --- a/spades.xml Mon May 09 22:43:55 2022 +0000 +++ b/spades.xml Wed Jul 13 07:35:08 2022 +0000 @@ -161,8 +161,9 @@ - + + @@ -675,6 +676,21 @@ + + + + + + + + + + + + + + + (NODE|\S+)_(\d+)(?:_|\s)length_(\d+)_cov_(\d+\.*\d*).*\$" +search_str = r"^>(NODE|\S+)_(\d+)(?:_|\s)length_(\d+)_cov_(\d+\.*\d*)(.*\$)?" replace_str = r"\1_\2\t\3\t\4"