Previous changeset 2:236ec78b2e53 (2023-11-10) |
Commit message:
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/image_info/ commit e83fb9af34a17746821e298586281e8cb2fe9218 |
modified:
image_info.xml |
b |
diff -r 236ec78b2e53 -r f8b4eada923c image_info.xml --- a/image_info.xml Fri Nov 10 14:23:23 2023 +0000 +++ b/image_info.xml Thu Jul 11 12:48:28 2024 +0000 |
[ |
@@ -1,5 +1,9 @@ -<tool id="ip_imageinfo" name="Show image info" version="5.7.1"> +<tool id="ip_imageinfo" name="Show image info" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> <description>with Bioformats</description> + <macros> + <token name="@TOOL_VERSION@">5.7.1</token> + <token name="@VERSION_SUFFIX@">1</token> + </macros> <edam_operations> <edam_operation>operation_3443</edam_operation> </edam_operations> @@ -7,7 +11,7 @@ <xref type="biii">python-bioformats</xref> </xrefs> <requirements> - <requirement type="package" version="5.7.1">bftools</requirement> + <requirement type="package" version="@TOOL_VERSION@">bftools</requirement> </requirements> <command> <![CDATA[ |