Mercurial > repos > bgruening > graphicsmagick_image_montage
changeset 6:8bfab9c44c40 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:16 +0000 |
parents | 60753ad7a445 |
children | |
files | macros.xml montage.xml test-data/outputs/tmp_00.jpg test-data/outputs/tmp_01.jpg test-data/test.pdf |
diffstat | 5 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Fri May 09 22:49:34 2025 +0000 +++ b/macros.xml Wed Jul 16 11:48:16 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>
--- a/montage.xml Fri May 09 22:49:34 2025 +0000 +++ b/montage.xml Wed Jul 16 11:48:16 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="graphicsmagick_image_montage" name="Image Montage" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> +<tool id="graphicsmagick_image_montage" name="Image Montage" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.1"> <description></description> <macros> <import>macros.xml</import>