changeset 1:6af40ab58a3d draft

planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit fe92c7ab43721db32b6eaae63434dcd2203e658c
author bgruening
date Thu, 11 Oct 2018 15:09:53 -0400
parents 3d0e814e13ee
children f4eb23f46333
files convert.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/convert.xml	Wed Oct 10 16:15:51 2018 -0400
+++ b/convert.xml	Thu Oct 11 15:09:53 2018 -0400
@@ -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
 
         convert $trans_options input.${input.ext} temp.${output_format}
         &&