diff cp_segmentation.py @ 4:32153c43126c draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cellpose commit 81c6be8cc2502367ae52bf093b838e9764b22c00
author bgruening
date Tue, 11 Feb 2025 14:48:08 +0000
parents 1e7334a51725
children
line wrap: on
line diff
--- a/cp_segmentation.py	Fri Aug 23 08:06:04 2024 +0000
+++ b/cp_segmentation.py	Tue Feb 11 14:48:08 2025 +0000
@@ -23,7 +23,7 @@
         Folder to save the outputs.
     """
     warnings.simplefilter('ignore')
-
+    np.random.seed(42)
     with open(inputs, 'r') as param_handler:
         params = json.load(param_handler)