# HG changeset patch
# User goeckslab
# Date 1701200818 0
# Node ID c60b810d570d17719f07336bed549d88d42c623d
# Parent 187918c47051ea76f067e636d72db7dfc7620eae
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mesmer commit caf99c99d5698c3524e6eb7fd43c0197c2a3b3cb
diff -r 187918c47051 -r c60b810d570d macros.xml
--- a/macros.xml Wed Dec 28 19:26:02 2022 +0000
+++ b/macros.xml Tue Nov 28 19:46:58 2023 +0000
@@ -62,5 +62,5 @@
0.12.3
- 2
+ 3
diff -r 187918c47051 -r c60b810d570d mesmer.xml
--- a/mesmer.xml Wed Dec 28 19:26:02 2022 +0000
+++ b/mesmer.xml Tue Nov 28 19:46:58 2023 +0000
@@ -46,7 +46,7 @@
#if $compartment_select.nuclear_options.pixel_expansion != '':
'pixel_expansion': $compartment_select.nuclear_options.pixel_expansion,
#end if
- #for $key, $value in $dict.items($compartment_select.nuclear_options.adv_options)
+ #for $key, $value in $compartment_select.nuclear_options.adv_options.items():
'$key': $value,
#end for
'maxima_threshold': $compartment_select.nuclear_options.maxima_threshold
@@ -59,7 +59,7 @@
#if $compartment_select.compartment != 'nuclear':
wc_kwargs = {
- #for $key, $value in $dict.items($compartment_select.wc_options.adv_options)
+ #for $key, $value in $compartment_select.wc_options.adv_options.items():
'$key': $value,
#end for
'maxima_threshold': $compartment_select.wc_options.maxima_threshold
@@ -147,7 +147,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
@@ -171,7 +171,7 @@
-
+