Previous changeset 3:c01226f0d828 (2019-02-07) Next changeset 5:57e2503e6039 (2019-09-10) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 519fe7dd96d4fb063e57b0a40ab58dd4855b98af |
modified:
convert.xml |
b |
diff -r c01226f0d828 -r 4e9a3745dce4 convert.xml --- a/convert.xml Thu Feb 07 09:12:13 2019 -0500 +++ b/convert.xml Sun Jul 14 06:07:00 2019 -0400 |
[ |
@@ -8,7 +8,7 @@ <![CDATA[ ln -s '${input}' input.${input.ext} && - #if $transformations: + #if str($transformations) != 'None': #set $trans_options = str($transformations).replace(',', ' ') #else: #set $trans_options = '' |