diff overlay_segmentation_mask.py @ 1:8077f714ad94 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 04:58:02 -0400
parents 9e67f52b3eaf
children 4c01cc565771
line wrap: on
line diff
--- 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)