Skip to content

Commit

Permalink
Merge pull request #582 from RECETOX/hechth-patch-14
Browse files Browse the repository at this point in the history
hotfix for findrecalseries
  • Loading branch information
hechth authored Sep 16, 2024
2 parents c6e502d + ac37216 commit c16561e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/mfassignr/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion tools/mfassignr/mfassignr_findRecalSeries.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit c16561e

Please # to comment.