changeset 2:81f0cbca04a7 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 05:00:41 -0500
parents 4853fc2b50bf
children 0c777d708acc
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:09:26 2019 -0400
+++ b/auto_threshold.py	Wed Dec 18 05:00:41 2019 -0500
@@ -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)