Previous changeset 2:627e8b38f24f (2018-11-20) Next changeset 4:4e9a3745dce4 (2019-07-14) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 4a5c3c370df53a00aded3eaae40f3a8e4a263385-dirty |
modified:
convert.xml |
b |
diff -r 627e8b38f24f -r c01226f0d828 convert.xml --- 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} && |