# HG changeset patch # User imgteam # Date 1563785783 14400 # Node ID 31c8c700d98dcb25ee191d29edffc59c5f311ad6 # Parent 24d64e0a405fef4a1c6369e0fb86e8f3a9a90e19 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/concat_channels/ commit b2acc1845a25828181597fe5b6982fe116a7796d diff -r 24d64e0a405f -r 31c8c700d98d concat_channels.py --- a/concat_channels.py Sat Feb 09 14:15:33 2019 -0500 +++ b/concat_channels.py Mon Jul 22 04:56:23 2019 -0400 @@ -11,7 +11,7 @@ raw_image = skimage.io.imread(image_path) if len(raw_image.shape) == 2: if axis == 0: - raw_image = [raw_image] + raw_image = [raw_image] else: raw_image = np.expand_dims(raw_image, 2) images.append(raw_image) diff -r 24d64e0a405f -r 31c8c700d98d concat_channels.xml --- a/concat_channels.xml Sat Feb 09 14:15:33 2019 -0500 +++ b/concat_channels.xml Mon Jul 22 04:56:23 2019 -0400 @@ -1,14 +1,15 @@ - + scikit-image numpy + tifffile - +