changeset 2:f4eb23f46333 draft

planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 81250c3ad4860b2f6c190510f3809ab118d6dfe7
author bgruening
date Tue, 20 Nov 2018 05:50:34 -0500
parents 6af40ab58a3d
children c467dbb4d849
files convert.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/convert.xml	Thu Oct 11 15:09:53 2018 -0400
+++ b/convert.xml	Tue Nov 20 05:50:34 2018 -0500
@@ -8,13 +8,9 @@
 <![CDATA[
         ln -s '${input}' input.${input.ext}
         &&
-        #if $transformations:
-            #set $trans_options = str($transformations).replace(',', ' ')
-        #else:
-            #set $trans_options = ''
-        #end if
+        #set $trans_options = str($transformations).replace(',', ' ')
 
-        convert $trans_options input.${input.ext} temp.${output_format}
+        gm convert $trans_options input.${input.ext} temp.${output_format}
         &&
         mv temp.${output_format} '${output}'
 ]]>
--- a/macros.xml	Thu Oct 11 15:09:53 2018 -0400
+++ b/macros.xml	Tue Nov 20 05:50:34 2018 -0500
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@VERSION@">1.3.26</token>
+    <token name="@VERSION@">1.3.31</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">graphicsmagick</requirement>