changeset 3:c467dbb4d849 draft

planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit c5d9e7d26c36c03b485d1a29154018bc9b0fa069
author bgruening
date Mon, 14 Jan 2019 13:46:35 -0500
parents f4eb23f46333
children 673d9d146e66
files convert.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/convert.xml	Tue Nov 20 05:50:34 2018 -0500
+++ b/convert.xml	Mon Jan 14 13:46:35 2019 -0500
@@ -8,7 +8,11 @@
 <![CDATA[
         ln -s '${input}' input.${input.ext}
         &&
-        #set $trans_options = str($transformations).replace(',', ' ')
+        #if $transformations:
+            #set $trans_options = str($transformations).replace(',', ' ')
+        #else:
+            #set $trans_options = ''
+        #end if
 
         gm convert $trans_options input.${input.ext} temp.${output_format}
         &&