# HG changeset patch # User imgteam # Date 1563813869 14400 # Node ID ba1fe7645bd09fb020397fda7b1a05d425414bd1 # Parent 0bcd0e75812a75a222a615392d50fc11dbc219c6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6 diff -r 0bcd0e75812a -r ba1fe7645bd0 bfconvert.xml --- a/bfconvert.xml Mon Jul 22 11:08:32 2019 -0400 +++ b/bfconvert.xml Mon Jul 22 12:44:29 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 @@ - + + + + + + + + + + + - + + + + + + + + + + + +