# HG changeset patch # User iuc # Date 1657698065 0 # Node ID 78ced22d09a24ce369ee35a4016eeb9c51caf7e5 # Parent 9be710099b999a07707da50e9ae25eb9b1332886 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit a09a5e3ee3c76550526f082b97de8da75181a1dd diff -r 9be710099b99 -r 78ced22d09a2 macros.xml --- a/macros.xml Mon May 09 22:49:43 2022 +0000 +++ b/macros.xml Wed Jul 13 07:41:05 2022 +0000 @@ -1,6 +1,6 @@ 3.15.4 - 0 + 1 spades diff -r 9be710099b99 -r 78ced22d09a2 spades.xml --- a/spades.xml Mon May 09 22:49:43 2022 +0000 +++ b/spades.xml Wed Jul 13 07:41:05 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"