# HG changeset patch # User imgteam # Date 1576663405 18000 # Node ID 8856a7c85e4c8cdb4b968b73fe7648469c143d6d # Parent aacfbd7c4af65f6b68fa15f7bbb174fe6e4705a7 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/slice_image/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90" diff -r aacfbd7c4af6 -r 8856a7c85e4c slice_image.py --- a/slice_image.py Sat Feb 09 14:46:50 2019 -0500 +++ b/slice_image.py Wed Dec 18 05:03:25 2019 -0500 @@ -8,10 +8,10 @@ import skimage.util import skimage.feature from scipy.stats import entropy as scipy_entropy - + def slice_image(input_file, out_folder, label=None, label_out_folder=None, window_size=64, stride=1, bg_thresh=1, limit_slices=False, n_thresh=5000, seed=None): - #TODO NOT Implemented:process labels + #TODO NOT Implemented:process labels # --> label and label_out_folder useless so far # primarily for testing purposes: diff -r aacfbd7c4af6 -r 8856a7c85e4c slice_image.xml --- a/slice_image.xml Sat Feb 09 14:46:50 2019 -0500 +++ b/slice_image.xml Wed Dec 18 05:03:25 2019 -0500 @@ -1,11 +1,12 @@ - + into smaller patches scikit-image numpy - + scipy + tifffile - +