Previous changeset 11:cbd605a24336 (2022-01-15) Next changeset 13:f92941d1a85e (2024-09-26) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 18d21cc8fc24236c514ffe31332bfa13cd08d1e9 |
modified:
idr_download_by_ids.xml |
b |
diff -r cbd605a24336 -r 4b794652dcdc idr_download_by_ids.xml --- a/idr_download_by_ids.xml Sat Jan 15 12:25:29 2022 +0000 +++ b/idr_download_by_ids.xml Wed Nov 08 12:57:25 2023 +0000 |
b |
@@ -1,6 +1,6 @@ <?xml version="1.0"?> -<tool id="idr_download_by_ids" name="IDR/OMERO Download" version="0.44" profile="18.09"> - <description>- download images from any OMERO instance using image IDs</description> +<tool id="idr_download_by_ids" name="Download IDR/OMERO" version="0.44.1" profile="18.09"> + <description></description> <macros> <xml name="region_spec" token_pos="upper-left corner"> <param name="x_coord" type="integer" value="0" min="0" @@ -15,6 +15,9 @@ help="Set to zero to extend the rectangle maximally along the y-axis of the image" /> </xml> </macros> + <edam_operations> + <edam_operation>operation_3443</edam_operation> + </edam_operations> <requirements> <requirement type="package" version="5.10.1">omero-py</requirement> <requirement type="package" version="0.4.2">pylibtiff</requirement> |