Mercurial > repos > imgteam > permutate_axis
diff permutate_axis.py @ 1:5b82f2186244 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit b2acc1845a25828181597fe5b6982fe116a7796d
author | imgteam |
---|---|
date | Mon, 22 Jul 2019 05:04:15 -0400 |
parents | 0bbe34198e24 |
children | 91e255c78eb5 |
line wrap: on
line diff
--- a/permutate_axis.py Sat Feb 09 14:42:29 2019 -0500 +++ b/permutate_axis.py Mon Jul 22 05:04:15 2019 -0400 @@ -9,7 +9,7 @@ images = [] raw_image = skimage.io.imread(input_image_path, plugin='tifffile') for i in permutate: - # TODO generalise + # TODO generalise if axis == 0: a_slice = raw_image[i] elif axis == 1: