Mercurial > repos > bgruening > graphicsmagick_image_convert
comparison convert.xml @ 4:4e9a3745dce4 draft
planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 519fe7dd96d4fb063e57b0a40ab58dd4855b98af
author | bgruening |
---|---|
date | Sun, 14 Jul 2019 06:07:00 -0400 |
parents | c01226f0d828 |
children | 57e2503e6039 |
comparison
equal
deleted
inserted
replaced
3:c01226f0d828 | 4:4e9a3745dce4 |
---|---|
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 #if str($transformations) != 'None': |
12 #set $trans_options = str($transformations).replace(',', ' ') | 12 #set $trans_options = str($transformations).replace(',', ' ') |
13 #else: | 13 #else: |
14 #set $trans_options = '' | 14 #set $trans_options = '' |
15 #end if | 15 #end if |
16 | 16 |