Mercurial > repos > bgruening > graphicsmagick_image_compare
changeset 5:19cd03398db8 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/image_processing/graphicsmagick commit b7029458f591d04c5259dc84cc931924c7194fbf
author | bgruening |
---|---|
date | Wed, 16 Jul 2025 11:48:55 +0000 |
parents | 76acb1175c57 |
children | |
files | compare.xml macros.xml test-data/outputs/tmp_00.jpg test-data/outputs/tmp_01.jpg test-data/test.pdf |
diffstat | 5 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/compare.xml Fri May 09 22:49:57 2025 +0000 +++ b/compare.xml Wed Jul 16 11:48:55 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="graphicsmagick_image_compare" name="Compare two images" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> +<tool id="graphicsmagick_image_compare" name="Compare two images" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.1"> <description>with GraphicsMagick</description> <macros> <import>macros.xml</import> @@ -38,8 +38,7 @@ <expand macro="color" /> </inputs> <outputs> - <data name="output" format="png" from_work_dir="outfile.png"> - </data> + <data name="output" format="png" from_work_dir="outfile.png"/> </outputs> <tests> <test>
--- a/macros.xml Fri May 09 22:49:57 2025 +0000 +++ b/macros.xml Wed Jul 16 11:48:55 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.3.45</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">graphicsmagick</requirement>