# HG changeset patch # User iuc # Date 1764756320 0 # Node ID 92a189c299d47c135685ba3d0853c31070fbef3e # Parent 5813f9920877b00042eb307434b1c9d236d9ee30 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/scanpy commit a6bd86a67a159906ff55e8b2dedda71d019d3caf diff -r 5813f9920877 -r 92a189c299d4 filter.xml --- a/filter.xml Wed Mar 26 09:43:50 2025 +0000 +++ b/filter.xml Wed Dec 03 10:05:20 2025 +0000 @@ -1,4 +1,4 @@ - + mark and subsample macros.xml @@ -87,7 +87,7 @@ filters = [str(x.strip()) for x in filter_f.readlines()] filtered = filters #else - #set $filters = [str(x.strip()) for x in $method.filter.index.text.split(',')] + #set $filters = [str(x.strip()) for x in str($method.filter.index.text).split(',')] filtered = $filters #end if #end if diff -r 5813f9920877 -r 92a189c299d4 macros.xml --- a/macros.xml Wed Mar 26 09:43:50 2025 +0000 +++ b/macros.xml Wed Dec 03 10:05:20 2025 +0000 @@ -1,6 +1,6 @@ 1.10.2 - 2 + 3 21.09 @@ -53,6 +53,7 @@
+