Mercurial > repos > bgruening > graphicsmagick_image_convert
changeset 3:c01226f0d828 draft
planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 4a5c3c370df53a00aded3eaae40f3a8e4a263385-dirty
author | bgruening |
---|---|
date | Thu, 07 Feb 2019 09:12:13 -0500 |
parents | 627e8b38f24f |
children | 4e9a3745dce4 |
files | convert.xml |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/convert.xml Tue Nov 20 05:54:54 2018 -0500 +++ b/convert.xml Thu Feb 07 09:12:13 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} &&