Repository '2d_split_binaryimage_by_watershed'
hg clone https://toolshed.g2.bx.psu.edu/repos/imgteam/2d_split_binaryimage_by_watershed

Changeset 1:f8f7987586b7 (2019-12-18)
Previous changeset 0:5e21d7342593 (2019-07-22)
Commit message:
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_split_binaryimage_by_watershed/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
modified:
2d_split_binaryimage_by_watershed.py
b
diff -r 5e21d7342593 -r f8f7987586b7 2d_split_binaryimage_by_watershed.py
--- a/2d_split_binaryimage_by_watershed.py Mon Jul 22 05:00:37 2019 -0400
+++ b/2d_split_binaryimage_by_watershed.py Wed Dec 18 05:01:10 2019 -0500
b
@@ -3,7 +3,7 @@
 import skimage.io
 from skimage.morphology import watershed
 from skimage.feature import peak_local_max
-from scipy import ndimage as ndi
+from scipy import ndimage as ndi 
 import skimage.util
  
 if __name__ == "__main__":