# HG changeset patch # User imgteam # Date 1645895496 0 # Node ID 9ccf11c11d850641c55bcd915f7f91ff338d12a1 # Parent 808111e5695744b21496e1b6e5384fd3d867a84a "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit 0500f513ee291ae0f6fad32a0b4fad05cd59cb71" diff -r 808111e56957 -r 9ccf11c11d85 colocalization_viz.py --- a/colocalization_viz.py Wed Dec 18 09:57:02 2019 +0000 +++ b/colocalization_viz.py Sat Feb 26 17:11:36 2022 +0000 @@ -1,13 +1,14 @@ -import skimage.io -import skimage.color -from skimage import img_as_uint -from skimage.exposure import equalize_adapthist -import numpy as np import argparse import sys +import numpy as np +import skimage.color +import skimage.io +from skimage import img_as_uint +from skimage.exposure import equalize_adapthist -# TODO make importable by python script + +# TODO make importable by python script def readImg(path): img = skimage.io.imread(path) diff -r 808111e56957 -r 9ccf11c11d85 colocalization_viz.xml --- a/colocalization_viz.xml Wed Dec 18 09:57:02 2019 +0000 +++ b/colocalization_viz.xml Sat Feb 26 17:11:36 2022 +0000 @@ -1,4 +1,4 @@ - + of two segmentation maps scikit-image @@ -29,6 +29,8 @@ **What it does** This tool overlays two segmentation maps and displays the colocalization results. + + Note: This tool is deprecated and may not be supported in future. Please use the tool "Overlay Images" instead. 10.1016/j.jbiotec.2017.07.019