Mercurial > repos > bgruening > graphicsmagick_image_convert
comparison convert.xml @ 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 |
comparison
equal
deleted
inserted
replaced
1:e88f1111d9e7 | 2:627e8b38f24f |
---|---|
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 #if $transformations: | 11 #set $trans_options = str($transformations).replace(',', ' ') |
12 #set $trans_options = str($transformations).replace(',', ' ') | |
13 #else: | |
14 #set $trans_options = '' | |
15 #end if | |
16 | 12 |
17 convert $trans_options input.${input.ext} temp.${output_format} | 13 gm convert $trans_options input.${input.ext} temp.${output_format} |
18 && | 14 && |
19 mv temp.${output_format} '${output}' | 15 mv temp.${output_format} '${output}' |
20 ]]> | 16 ]]> |
21 </command> | 17 </command> |
22 <inputs> | 18 <inputs> |