# HG changeset patch # User imgteam # Date 1693401248 0 # Node ID 10eed33aa9b22c447b016b49493e86fde931c5a8 # Parent f3360fbeda6455d887f73f13ff4664740bf38b1e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1 diff -r f3360fbeda64 -r 10eed33aa9b2 bfconvert.xml --- a/bfconvert.xml Thu Sep 15 17:19:04 2022 +0000 +++ b/bfconvert.xml Wed Aug 30 13:14:08 2023 +0000 @@ -1,4 +1,4 @@ - + Convert image bftools @@ -27,7 +27,7 @@ #if $tile_options['extract'] == 'True' -tilex $tile_options.tile_x -tiley $tile_options.tile_y #end if - #if $pyramid_options.generate == 'True' + #if $pyramid_options.generate == 'True' and $out_format not in ['png', 'jpg', 'eps', 'avi'] -pyramid-resolutions $pyramid_options.pyramid_resolutions -pyramid-scale $pyramid_options.pyramid_scale #end if @@ -36,7 +36,7 @@ #if $compression != 'False' -compression $compression #end if - '$input_file' './res.$out_format' && + '$input_file' './res.$out_format' && mv './res.$out_format' ./result_image ]]> @@ -128,7 +128,7 @@ - + @@ -136,6 +136,7 @@ + @@ -170,11 +171,18 @@ - - - + + + + + + + + + + **What it does** diff -r f3360fbeda64 -r 10eed33aa9b2 test-data/input.tiff Binary file test-data/input.tiff has changed diff -r f3360fbeda64 -r 10eed33aa9b2 test-data/input.tiff.png Binary file test-data/input.tiff.png has changed