Mercurial > repos > ufz > omero_roi_import
comparison omero_roi_import.xml @ 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 |
comparison
equal
deleted
inserted
replaced
0:9051b91545f6 | 1:e957793051a8 |
---|---|
1 <tool id="omero_roi_import" name="OMERO ROI Import" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" | 1 <tool id="omero_roi_import" name="OMERO ROI Import" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" |
2 profile="20.01" license="MIT"> | 2 profile="20.01" license="MIT"> |
3 <description> with ezomero </description> | 3 <description> with ezomero </description> |
4 <macros> | 4 <macros> |
5 <token name="@TOOL_VERSION@">5.18.0</token> | 5 <token name="@TOOL_VERSION@">5.18.0</token> |
6 <token name="@VERSION_SUFFIX@">1</token> | 6 <token name="@VERSION_SUFFIX@">2</token> |
7 </macros> | 7 </macros> |
8 <xrefs> | 8 <xrefs> |
9 <xref type="bio.tools">omero</xref> | 9 <xref type="bio.tools">omero</xref> |
10 </xrefs> | 10 </xrefs> |
11 <requirements> | 11 <requirements> |
24 --port $omero_port | 24 --port $omero_port |
25 --log_file '$log' | 25 --log_file '$log' |
26 ]]></command> | 26 ]]></command> |
27 <inputs> | 27 <inputs> |
28 <param argument="input" type="data" format="tabular" optional="false" label="Tab File with ROIs" help="Select ROIs Tabular file"/> | 28 <param argument="input" type="data" format="tabular" optional="false" label="Tab File with ROIs" help="Select ROIs Tabular file"/> |
29 <param argument="id" type="integer" optional="false" label="Image ID where annotate the ROIs"/> | 29 <param argument="id" type="integer" value="" optional="false" label="Image ID where annotate the ROIs"/> |
30 <param name="omero_host" type="text" label="OMERO host URL"> | 30 <param name="omero_host" type="text" label="OMERO host URL"> |
31 <validator type="regex" message="Enter a valid host location, for example, your.omero.server">^[a-zA-Z0-9._-]*$</validator> | 31 <validator type="regex" message="Enter a valid host location, for example, your.omero.server">^[a-zA-Z0-9._-]*$</validator> |
32 <validator type="expression" message="No two dots (..) allowed">'..' not in value</validator> | 32 <validator type="expression" message="No two dots (..) allowed">'..' not in value</validator> |
33 </param> | 33 </param> |
34 <param argument="omero_port" type="integer" optional="false" value="4064" label="OMERO port"/> | 34 <param argument="omero_port" type="integer" optional="false" value="4064" label="OMERO port"/> |