Mercurial > repos > ufz > omero_filter
changeset 3:f79a1bf2f386 draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit a4aa1521668f8772f0f461c608e79b286b5c3808
author | ufz |
---|---|
date | Sat, 22 Feb 2025 17:08:27 +0000 |
parents | f86ba5328466 |
children | |
files | omero_filter.xml |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/omero_filter.xml Mon Dec 16 20:57:06 2024 +0000 +++ b/omero_filter.xml Sat Feb 22 17:08:27 2025 +0000 @@ -2,7 +2,7 @@ <description> with ezomero </description> <macros> <import>macros.xml</import> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> </macros> <xrefs> <xref type="bio.tools">omero</xref> @@ -42,10 +42,12 @@ </param> </when> <when value="KP"> - <param name="value1" type="text" label="Key Value to search among the image IDs"> + <param name="value1" type="text" label="Key to search among the image IDs"> <validator type="regex" message="Enter a valid Key to search in the OMERO server">^[\w\-. ]+$</validator> </param> - <param name="value2" type="hidden" label="Pair Values to search among images IDs"/> + <param name="value2" type="text" label="Value to search among the image IDs"> + <validator type="regex" message="Enter a valid Value to search in the OMERO server">^[\w\-. ]+$</validator> + </param> <param name="did" type="text" label="List of images IDs"> <validator type="regex" message="Enter a valid list of IDs (i.e. 2,45,56,67)">^\d+(,\d+)*$</validator> </param>