# HG changeset patch # User imgteam # Date 1563786213 14400 # Node ID c6a6ab7c99403c6dbbd365947994e1e43dd3cdfa # Parent 07ac39c0e949449204e61561080d36cef9b6e4a6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit b2acc1845a25828181597fe5b6982fe116a7796d diff -r 07ac39c0e949 -r c6a6ab7c9940 mergeneighboursinlabelimage.py --- a/mergeneighboursinlabelimage.py Sat Feb 09 14:38:38 2019 -0500 +++ b/mergeneighboursinlabelimage.py Mon Jul 22 05:03:33 2019 -0400 @@ -5,7 +5,7 @@ from skimage.measure import regionprops import scipy.spatial.distance import numpy as np -import warnings +import warnings def merge_n(img, dist=50): props = regionprops(img) diff -r 07ac39c0e949 -r c6a6ab7c9940 mergeneighboursinlabelimage.xml --- a/mergeneighboursinlabelimage.xml Sat Feb 09 14:38:38 2019 -0500 +++ b/mergeneighboursinlabelimage.xml Mon Jul 22 05:03:33 2019 -0400 @@ -1,10 +1,11 @@ - + Merge Neighbours in Label Image scikit-image numpy + tifffile - + @@ -21,7 +22,7 @@ - + **What it does**