comparison compare.xml @ 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
comparison
equal deleted inserted replaced
4:76acb1175c57 5:19cd03398db8
1 <tool id="graphicsmagick_image_compare" name="Compare two images" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> 1 <tool id="graphicsmagick_image_compare" name="Compare two images" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.1">
2 <description>with GraphicsMagick</description> 2 <description>with GraphicsMagick</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
36 <option value="PMSE">PMSE</option> 36 <option value="PMSE">PMSE</option>
37 </param> 37 </param>
38 <expand macro="color" /> 38 <expand macro="color" />
39 </inputs> 39 </inputs>
40 <outputs> 40 <outputs>
41 <data name="output" format="png" from_work_dir="outfile.png"> 41 <data name="output" format="png" from_work_dir="outfile.png"/>
42 </data>
43 </outputs> 42 </outputs>
44 <tests> 43 <tests>
45 <test> 44 <test>
46 <param name="input1" value="donald.jpg" /> 45 <param name="input1" value="donald.jpg" />
47 <param name="input2" value="donald-palette.jpg" /> 46 <param name="input2" value="donald-palette.jpg" />