# HG changeset patch # User imgteam # Date 1563786146 14400 # Node ID d42501109c0594e9e62b7e5e446d23c1aa765e49 # Parent 30517f733f7b7df12d026203ecd2205cceb5e9fd planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/concat_channels/ commit b2acc1845a25828181597fe5b6982fe116a7796d diff -r 30517f733f7b -r d42501109c05 concat_channels.py --- a/concat_channels.py Sat Feb 09 14:33:14 2019 -0500 +++ b/concat_channels.py Mon Jul 22 05:02:26 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 30517f733f7b -r d42501109c05 concat_channels.xml --- a/concat_channels.xml Sat Feb 09 14:33:14 2019 -0500 +++ b/concat_channels.xml Mon Jul 22 05:02:26 2019 -0400 @@ -1,14 +1,15 @@ - + scikit-image numpy + tifffile - +