Previous changeset 1:e88f1111d9e7 (2018-10-11) Next changeset 3:c01226f0d828 (2019-02-07) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 81250c3ad4860b2f6c190510f3809ab118d6dfe7 |
modified:
convert.xml macros.xml |
b |
diff -r e88f1111d9e7 -r 627e8b38f24f convert.xml --- a/convert.xml Thu Oct 11 14:58:55 2018 -0400 +++ b/convert.xml Tue Nov 20 05:54:54 2018 -0500 |
[ |
@@ -8,13 +8,9 @@ <![CDATA[ ln -s '${input}' input.${input.ext} && - #if $transformations: - #set $trans_options = str($transformations).replace(',', ' ') - #else: - #set $trans_options = '' - #end if + #set $trans_options = str($transformations).replace(',', ' ') - convert $trans_options input.${input.ext} temp.${output_format} + gm convert $trans_options input.${input.ext} temp.${output_format} && mv temp.${output_format} '${output}' ]]> |
b |
diff -r e88f1111d9e7 -r 627e8b38f24f macros.xml --- a/macros.xml Thu Oct 11 14:58:55 2018 -0400 +++ b/macros.xml Tue Nov 20 05:54:54 2018 -0500 |
b |
@@ -1,5 +1,5 @@ <macros> - <token name="@VERSION@">1.3.26</token> + <token name="@VERSION@">1.3.31</token> <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">graphicsmagick</requirement> |