# HG changeset patch # User imgteam # Date 1563786277 14400 # Node ID 9bd039f468432a95be10d9ca30c46575322dc45b # Parent dcc8c1d6af484707c3473289d353e3dbf518d5f6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit b2acc1845a25828181597fe5b6982fe116a7796d diff -r dcc8c1d6af48 -r 9bd039f46843 points2label.py --- 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): diff -r dcc8c1d6af48 -r 9bd039f46843 points2label.xml --- a/points2label.xml Sat Feb 09 14:44:10 2019 -0500 +++ b/points2label.xml Mon Jul 22 05:04:37 2019 -0400 @@ -1,11 +1,12 @@ - + Points to Label Image numpy scikit-image pandas - - + tifffile + +