# HG changeset patch # User imgteam # Date 1699913555 0 # Node ID 244f67290d2863fa124eab90c1f9a761aa01a26b # Parent 700ae37e5c698491e5a049609eb603afc76f910b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/superdsm/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf diff -r 700ae37e5c69 -r 244f67290d28 run-superdsm.py --- a/run-superdsm.py Thu Jul 06 00:01:18 2023 +0000 +++ b/run-superdsm.py Mon Nov 13 22:12:35 2023 +0000 @@ -13,11 +13,6 @@ import shutil import tempfile -import ray -import superdsm.automation -import superdsm.io -import superdsm.render - hyperparameters = [ ('AF_scale', float), @@ -71,7 +66,11 @@ os.environ['MKL_NUM_THREADS'] = str(num_threads_per_process) os.environ['OPENBLAS_NUM_THREADS'] = str(num_threads_per_process) - os.environ['MKL_DEBUG_CPU_TYPE'] = '5' + + import ray + import superdsm.automation + import superdsm.io + import superdsm.render ray.init(num_cpus=num_processes, log_to_driver=True) diff -r 700ae37e5c69 -r 244f67290d28 superdsm.xml --- a/superdsm.xml Thu Jul 06 00:01:18 2023 +0000 +++ b/superdsm.xml Mon Nov 13 22:12:35 2023 +0000 @@ -1,64 +1,76 @@ - - globally optimal segmentation method based on superadditivity and deformable shape models for cell nuclei in fluorescence microscopy images - + + with SuperDSM + + operation_3443 + + + superdsm + superdsm + + superdsm ray-core scikit-image - - - - - + mkl + blas + + + + + + 5 + +