diff omero_filter.xml @ 5:e6b2a026843d draft default tip

planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 3a3a04c0b20310f8d4fbc5be27559353c7e2cc61
author ufz
date Tue, 10 Feb 2026 16:47:59 +0000
parents 25d2036b9b8b
children
line wrap: on
line diff
--- a/omero_filter.xml	Mon Jan 26 15:03:40 2026 +0000
+++ b/omero_filter.xml	Tue Feb 10 16:47:59 2026 +0000
@@ -2,7 +2,7 @@
     <description> with ezomero </description>
     <macros>
         <import>macros.xml</import>
-        <token name="@VERSION_SUFFIX@">2</token>
+        <token name="@VERSION_SUFFIX@">3</token>
     </macros>
     <xrefs>
         <xref type="bio.tools">omero</xref>
@@ -20,12 +20,12 @@
 
         python '$__tool_directory__'/omero_filter.py
         @HOST_PORT@
-        --filter $filter
-        --value1 '$value1'
-        --id $did
+        --filter $filter_type.filter
+        --value1 '$filter_type.value1'
+        --id '$filter_type.did'
         --tsv_file '$tsv'
         #if $filter == "KP"
-        --value2 '$value2'
+        --value2 '$filter_type.value2'
         #end if
         @SESSION_ID@
     ]]></command>