diff overlay_segmentation_mask.py @ 1:8ad39f493587 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/overlay_segmentation_mask/ commit b2acc1845a25828181597fe5b6982fe116a7796d
author imgteam
date Mon, 22 Jul 2019 05:03:51 -0400
parents 63b2a10b1001
children 22e573b7dcb1
line wrap: on
line diff
--- a/overlay_segmentation_mask.py	Sat Feb 09 14:41:11 2019 -0500
+++ b/overlay_segmentation_mask.py	Mon Jul 22 05:03:51 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)