changeset 1:f8f7987586b7 draft default tip

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_split_binaryimage_by_watershed/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
author imgteam
date Wed, 18 Dec 2019 05:01:10 -0500
parents 5e21d7342593
children
files 2d_split_binaryimage_by_watershed.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -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__":