changeset 1:e957793051a8 draft

planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit a86e6a3189535d12ade221ffbeeaa9d04ad39583
author ufz
date Fri, 06 Sep 2024 08:26:12 +0000
parents 9051b91545f6
children 4f4dc352d660
files omero_roi_import.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/omero_roi_import.xml	Thu Sep 05 11:55:44 2024 +0000
+++ b/omero_roi_import.xml	Fri Sep 06 08:26:12 2024 +0000
@@ -3,7 +3,7 @@
     <description> with ezomero </description>
     <macros>
         <token name="@TOOL_VERSION@">5.18.0</token>
-        <token name="@VERSION_SUFFIX@">1</token>
+        <token name="@VERSION_SUFFIX@">2</token>
     </macros>
     <xrefs>
         <xref type="bio.tools">omero</xref>
@@ -26,7 +26,7 @@
     ]]></command>
     <inputs>
         <param argument="input" type="data" format="tabular" optional="false" label="Tab File with ROIs" help="Select ROIs Tabular file"/>
-        <param argument="id" type="integer" optional="false" label="Image ID where annotate the ROIs"/>
+        <param argument="id" type="integer" value="" optional="false" label="Image ID where annotate the ROIs"/>
         <param name="omero_host" type="text" label="OMERO host URL">
             <validator type="regex" message="Enter a valid host location, for example, your.omero.server">^[a-zA-Z0-9._-]*$</validator>
             <validator type="expression" message="No two dots (..) allowed">'..' not in value</validator>