diff filter.xml @ 20:f6c7f9802673 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:01:46 +0000
parents 2a55e0dae43a
children
line wrap: on
line diff
--- a/filter.xml	Wed Mar 26 09:40:18 2025 +0000
+++ b/filter.xml	Wed Dec 03 10:01:46 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