# HG changeset patch # User imgteam # Date 1563813914 14400 # Node ID 6317c4a379b2ecb8cf5526191ff6c7d34594ba87 # Parent bbb307f731c333346e16f540b8574515791b03ed planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6 diff -r bbb307f731c3 -r 6317c4a379b2 bfconvert.xml --- a/bfconvert.xml Mon Jul 22 11:09:08 2019 -0400 +++ b/bfconvert.xml Mon Jul 22 12:45:14 2019 -0400 @@ -1,4 +1,4 @@ - + Convert image bftools @@ -24,11 +24,23 @@ #if $crop_options['extract'] == 'True' -crop $crop_x $crop_y $crop_width $crop_height #end if - '$input_file' ./res.tiff + #if $tile_options['extract'] == 'True' + -tilex $tile_x -tiley $tile_y + #end if + '$input_file' ./res.$out_format ]]> + + + + + + + + + @@ -94,14 +106,35 @@ - + + + + + + + + + + + - + + + + + + + + + + + +