Mercurial > repos > bgruening > graphicsmagick_image_convert
comparison convert.xml @ 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 |
comparison
equal
deleted
inserted
replaced
2:627e8b38f24f | 3:c01226f0d828 |
---|---|
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
7 <command detect_errors="aggressive"> | 7 <command detect_errors="aggressive"> |
8 <![CDATA[ | 8 <![CDATA[ |
9 ln -s '${input}' input.${input.ext} | 9 ln -s '${input}' input.${input.ext} |
10 && | 10 && |
11 #set $trans_options = str($transformations).replace(',', ' ') | 11 #if $transformations: |
12 #set $trans_options = str($transformations).replace(',', ' ') | |
13 #else: | |
14 #set $trans_options = '' | |
15 #end if | |
12 | 16 |
13 gm convert $trans_options input.${input.ext} temp.${output_format} | 17 gm convert $trans_options input.${input.ext} temp.${output_format} |
14 && | 18 && |
15 mv temp.${output_format} '${output}' | 19 mv temp.${output_format} '${output}' |
16 ]]> | 20 ]]> |