diff points2label.py @ 1:9bd039f46843 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit b2acc1845a25828181597fe5b6982fe116a7796d
author imgteam
date Mon, 22 Jul 2019 05:04:37 -0400
parents dcc8c1d6af48
children 30ca5d5d03ec
line wrap: on
line diff
--- a/points2label.py	Sat Feb 09 14:44:10 2019 -0500
+++ b/points2label.py	Mon Jul 22 05:04:37 2019 -0400
@@ -2,7 +2,7 @@
 import sys
 import numpy as np
 import skimage.io
-import pandas as pd
+import pandas as pd 
 import warnings
 
 def points2label(labels, shape, output_file=None, has_header=False, is_TSV=True):