comparison omero_get_value.xml @ 2:5513b999c56e draft

planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 636cbb62d59819caca5bc9eab0a8ec31be5bdd46
author ufz
date Mon, 16 Dec 2024 20:56:41 +0000
parents 9a50e57339d8
children ecb13e93fae2
comparison
equal deleted inserted replaced
1:9a50e57339d8 2:5513b999c56e
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" 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" min="1" 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"/>