# HG changeset patch # User imgteam # Date 1563785906 14400 # Node ID 64de33b5137e4efda26baaabaa329b30703f4c1d # Parent d5ab37450c4489894a41bf9ec660fa36bb3b691b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit b2acc1845a25828181597fe5b6982fe116a7796d diff -r d5ab37450c44 -r 64de33b5137e permutate_axis.py --- a/permutate_axis.py Sat Feb 09 14:21:21 2019 -0500 +++ b/permutate_axis.py Mon Jul 22 04:58:26 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: diff -r d5ab37450c44 -r 64de33b5137e permutate_axis.xml --- a/permutate_axis.xml Sat Feb 09 14:21:21 2019 -0500 +++ b/permutate_axis.xml Mon Jul 22 04:58:26 2019 -0400 @@ -1,14 +1,15 @@ - + along an axis scikit-image numpy + tifffile - + - +