Repository 'mfassignr_findrecalseries'
hg clone https://toolshed.g2.bx.psu.edu/repos/recetox/mfassignr_findrecalseries

Changeset 1:ad4176b336dc (2024-09-16)
Previous changeset 0:a26b860d6ce7 (2024-09-13) Next changeset 2:7944c8cf27c3 (2024-10-21)
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit c16561e825cd376dec5f5c252dc8743ad1dc2ca4
modified:
macros.xml
mfassignr_findRecalSeries.xml
b
diff -r a26b860d6ce7 -r ad4176b336dc macros.xml
--- a/macros.xml Fri Sep 13 10:08:49 2024 +0000
+++ b/macros.xml Mon Sep 16 09:06:29 2024 +0000
b
@@ -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"/>
b
diff -r a26b860d6ce7 -r ad4176b336dc mfassignr_findRecalSeries.xml
--- a/mfassignr_findRecalSeries.xml Fri Sep 13 10:08:49 2024 +0000
+++ b/mfassignr_findRecalSeries.xml Mon Sep 16 09:06:29 2024 +0000
b
@@ -1,4 +1,4 @@
-<tool id="mfassignr_findRecalSeries" name="MFAssignR FindRecalSeries" version="@TOOL_VERSION@+galaxy0" profile="23.0">
+<tool id="mfassignr_findRecalSeries" name="MFAssignR FindRecalSeries" version="@TOOL_VERSION@+galaxy1" profile="23.0">
     <description>Selects most suitable series for recalibration</description>
     <macros>
         <import>macros.xml</import>