Mercurial > repos > ufz > omero_get_value
comparison omero_get_value.xml @ 3:ecb13e93fae2 draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit b77b2be85447cb7040ed855e8dbd2ec4677c4eb6
author | ufz |
---|---|
date | Thu, 19 Dec 2024 14:57:46 +0000 |
parents | 5513b999c56e |
children |
comparison
equal
deleted
inserted
replaced
2:5513b999c56e | 3:ecb13e93fae2 |
---|---|
1 <tool id="omero_get_value" name="OMERO get Object" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT"> | 1 <tool id="omero_get_value" name="OMERO get Object" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT"> |
2 <description> with ezomero </description> | 2 <description> with ezomero </description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 <token name="@VERSION_SUFFIX@">0</token> | 5 <token name="@VERSION_SUFFIX@">1</token> |
6 </macros> | 6 </macros> |
7 <xrefs> | 7 <xrefs> |
8 <xref type="bio.tools">omero</xref> | 8 <xref type="bio.tools">omero</xref> |
9 </xrefs> | 9 </xrefs> |
10 <expand macro="ezomero_requirements"/> | 10 <expand macro="ezomero_requirements"/> |
39 <param argument="--ids" type="text" value="" label="ID(s) of the object(s) to fetch on OMERO separated by comma"> | 39 <param argument="--ids" type="text" value="" label="ID(s) of the object(s) to fetch on OMERO separated by comma"> |
40 <validator type="regex" message="Enter a valid list of IDs (i.e. 2,45,56,67)">^(\d+)(,\d+)*$</validator> | 40 <validator type="regex" message="Enter a valid list of IDs (i.e. 2,45,56,67)">^(\d+)(,\d+)*$</validator> |
41 </param> | 41 </param> |
42 </when> | 42 </when> |
43 <when value="file"> | 43 <when value="file"> |
44 <param argument="--ids_path" type="data" format="txt,tabular" min="1" label="Dataset with ID(s) of the object(s) to fetch on OMERO (one per line)"/> | 44 <param argument="--ids_path" type="data" format="txt,tabular" label="Dataset with ID(s) of the object(s) to fetch on OMERO (one per line)"/> |
45 </when> | 45 </when> |
46 </conditional> | 46 </conditional> |
47 </inputs> | 47 </inputs> |
48 <outputs> | 48 <outputs> |
49 <data name="tsv" format="tabular"/> | 49 <data name="tsv" format="tabular"/> |