# HG changeset patch
# User recetox
# Date 1726477582 0
# Node ID ccd9b0c1aee6d9a9925896e8d26a79827e4ac534
# Parent  434fa3233e961c06f1a0f23b1c80601c62afebfd
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit c16561e825cd376dec5f5c252dc8743ad1dc2ca4

diff -r 434fa3233e96 -r ccd9b0c1aee6 macros.xml
--- a/macros.xml	Fri Sep 13 10:08:39 2024 +0000
+++ b/macros.xml	Mon Sep 16 09:06:22 2024 +0000
@@ -99,9 +99,9 @@
     <xml name="findrecalseries_param">
         <param name="input_file" type="data" format="tabular" label="Input data"
                help= "Recalibration series, output from RecalList"/>
-        <param name="global_min" type="float" label="Global min"
+        <param name="global_min" type="float" label="Global min" value="0" min="0"
                help= "A lower bound of the instrument m/z range."/>
-        <param name="global_max" type="float" label="Global max"
+        <param name="global_max" type="float" label="Global max" value="1000" min="0"
                help= "A higher bound of the instrument m/z range."/>
         <param name="number_of_combinations" type="integer" label="Number of combinations"
                help= "Combinations of how many series should be computed." value="5"/>