diff permutate_axis.py @ 1:64de33b5137e draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit b2acc1845a25828181597fe5b6982fe116a7796d
author imgteam
date Mon, 22 Jul 2019 04:58:26 -0400
parents d5ab37450c44
children 21168547d572
line wrap: on
line diff
--- 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: