Mercurial > repos > iuc > scanpy_filter
diff filter.xml @ 23:92a189c299d4 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/scanpy commit a6bd86a67a159906ff55e8b2dedda71d019d3caf
| author | iuc |
|---|---|
| date | Wed, 03 Dec 2025 10:05:20 +0000 |
| parents | 5b3c1679d29b |
| children |
line wrap: on
line diff
--- 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 @@ -<tool id="scanpy_filter" name="Scanpy filter" version="@TOOL_VERSION@+galaxy3" profile="@PROFILE@"> +<tool id="scanpy_filter" name="Scanpy filter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>mark and subsample</description> <macros> <import>macros.xml</import> @@ -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
