# HG changeset patch
# User imgteam
# Date 1713946414 0
# Node ID 79ec3263686af284c19e901cfe7c52810b9d9226
# Parent 9b4830300f3a490398673f0dfc46aa0dcdfba4ff
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/superdsm/ commit c86a1b93cb7732f7331a981d13465653cc1a2790
diff -r 9b4830300f3a -r 79ec3263686a run-superdsm.py
--- a/run-superdsm.py Thu Apr 04 15:26:50 2024 +0000
+++ b/run-superdsm.py Wed Apr 24 08:13:34 2024 +0000
@@ -80,6 +80,7 @@
os.environ['MKL_NUM_THREADS'] = str(num_threads_per_process)
os.environ['OPENBLAS_NUM_THREADS'] = str(num_threads_per_process)
+ import giatools.io
import ray
import superdsm.automation
import superdsm.io
@@ -95,7 +96,7 @@
pipeline = superdsm.pipeline.create_default_pipeline()
cfg = create_config(args)
- img = superdsm.io.imread(img_filepath)
+ img = giatools.io.imread(img_filepath, impl=superdsm.io.imread)
# Create configuration if it is required:
if args.do_cfg or args.do_overlay or args.do_masks:
diff -r 9b4830300f3a -r 79ec3263686a superdsm.xml
--- a/superdsm.xml Thu Apr 04 15:26:50 2024 +0000
+++ b/superdsm.xml Wed Apr 24 08:13:34 2024 +0000
@@ -4,7 +4,7 @@
creators.xml
tests.xml
0.2.0
- 0
+ 1
@@ -19,6 +19,7 @@
superdsm
+ giatools