diff identify_primary_objects.xml @ 5:b6eec6087271 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:17:23 +0000
parents 52c01fb29b2a
children 87d4d92d7487
line wrap: on
line diff
--- a/identify_primary_objects.xml	Sat Feb 06 09:57:35 2021 +0000
+++ b/identify_primary_objects.xml	Fri Feb 26 14:17:23 2021 +0000
@@ -1,8 +1,9 @@
-<tool id="cp_identify_primary_objects" name="IdentifyPrimaryObjects" version="@CP_VERSION@">
+<tool id="cp_identify_primary_objects" name="IdentifyPrimaryObjects" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
     <description>identify biological objects of interest</description>
 
     <macros>
         <import>macros.xml</import>
+        <token name="@VERSION_SUFFIX@">1</token>
         <xml name="ipo_common">
             <param name="input_from_nat" type="text" label="Enter the name of the input image (from NamesAndTypes)">
                 <expand macro="text_validator" />
@@ -343,7 +344,7 @@
     _str += FOURSPACES + "Thresholding method:%s\n" % threshold_method
     _str += FOURSPACES + "Threshold smoothing scale:%.4f\n" % threshold_smoothing_scale
     _str += FOURSPACES + "Threshold correction factor:%.1f\n" % threshold_correction_factor
-    _str += FOURSPACES + "Lower and upper bounds on threshold:%.1f,%.1f\n" % (threshold_lower, threshold_upper)
+    _str += FOURSPACES + "Lower and upper bounds on threshold:%.4f,%.4f\n" % (threshold_lower, threshold_upper)
     _str += FOURSPACES + "Manual threshold:%d\n" % manual_threshold
     _str += FOURSPACES + "Select the measurement to threshold with:%s\n" % threshold_measurement
     _str += FOURSPACES + "Two-class or three-class thresholding?:%s\n" % threshold_class