changeset 2:f40e5d11eb47 draft

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_auto_threshold/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
author imgteam
date Wed, 18 Dec 2019 09:55:34 +0000
parents 7f2962f619e3
children 5224cc463a97
files auto_threshold.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto_threshold.py	Tue Jul 23 05:08:42 2019 -0400
+++ b/auto_threshold.py	Wed Dec 18 09:55:34 2019 +0000
@@ -28,7 +28,7 @@
 
     if args.dark_background:
         res = img_in > thresh
-    else:
+    else: 
         res = img_in <= thresh
 
     res = skimage.util.img_as_uint(res)