Mercurial > repos > bgruening > graphicsmagick_image_convert
changeset 2:627e8b38f24f draft
planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 81250c3ad4860b2f6c190510f3809ab118d6dfe7
author | bgruening |
---|---|
date | Tue, 20 Nov 2018 05:54:54 -0500 |
parents | e88f1111d9e7 |
children | c01226f0d828 |
files | convert.xml macros.xml |
diffstat | 2 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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}' ]]>
--- a/macros.xml Thu Oct 11 14:58:55 2018 -0400 +++ b/macros.xml Tue Nov 20 05:54:54 2018 -0500 @@ -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>