Mercurial > repos > bgruening > graphicsmagick_image_convert
diff convert.xml @ 1:e88f1111d9e7 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 14:58:55 -0400 |
parents | 3d3e4a1bd21e |
children | 627e8b38f24f |
line wrap: on
line diff
--- a/convert.xml Wed Oct 10 16:17:02 2018 -0400 +++ b/convert.xml Thu Oct 11 14:58:55 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} &&