# HG changeset patch # User imgteam # Date 1563785882 14400 # Node ID 8077f714ad94c05e5c43d36c18eb395a635ba79e # Parent 9e67f52b3eaf2c58458925d3450795dd44a79723 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/overlay_segmentation_mask/ commit b2acc1845a25828181597fe5b6982fe116a7796d diff -r 9e67f52b3eaf -r 8077f714ad94 overlay_segmentation_mask.py --- a/overlay_segmentation_mask.py Sat Feb 09 14:20:46 2019 -0500 +++ b/overlay_segmentation_mask.py Mon Jul 22 04:58:02 2019 -0400 @@ -9,7 +9,7 @@ #TODO make importable by python script import skimage.io -import skimage.measure +import skimage.measure parser = argparse.ArgumentParser() parser.add_argument('input_file', type=argparse.FileType('r'), help='input file') @@ -38,4 +38,4 @@ plt.imshow(img) plt.contour(label, linewidths=args.thickness, colors=args.stroke_color) -fig.canvas.print_png(args.out_file) \ No newline at end of file +fig.canvas.print_png(args.out_file) diff -r 9e67f52b3eaf -r 8077f714ad94 overlay_segmentation_mask.xml --- a/overlay_segmentation_mask.xml Sat Feb 09 14:20:46 2019 -0500 +++ b/overlay_segmentation_mask.xml Mon Jul 22 04:58:02 2019 -0400 @@ -1,10 +1,11 @@ - + Overlay Segmentation Mask - scikit-image + scikit-image matplotlib pillow - tifffile + tifffile + numpy