Skip to content

Commit

Permalink
fix omero get value
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 19, 2024
1 parent 3d98eed commit ad284a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/omero/omero_get_value.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -41,7 +41,7 @@
</param>
</when>
<when value="file">
<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)"/>
<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)"/>
</when>
</conditional>
</inputs>
Expand Down

0 comments on commit ad284a5

Please sign in to comment.