Skip to content

Commit

Permalink
Merge pull request #573 from RECETOX/hechth-patch-13
Browse files Browse the repository at this point in the history
Fixed cut and mass parameters in mfassignr_snplot tool
  • Loading branch information
hechth authored Aug 16, 2024
2 parents 6de696d + f695174 commit 37faca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/mfassignr/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
<xml name="snplot_param">
<param name="input_file" type="data" format="tabular" label="Input data"
help= "Input data frame, first column is mass, second column is intensity"/>
<param name="cut" type="float" label="cut"
<param name="cut" type="float" label="cut" value="0"
help= "A numeric value of the intensity cut value being investigated"/>
<param name="mass" type="float" label="mass"
<param name="mass" type="float" label="mass" value="300"
help= "A numeric value setting a centerpoint to look at the mass spectrum"/>
<param name="window_x" type="float" label="window.x" value="0.5"
help= "A numeric value setting the +/- range around the mass centerpoint, default is 0.5"/>
Expand Down
4 changes: 2 additions & 2 deletions tools/mfassignr/mfassignr_snplot.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="mfassignr_snplot" name="MFAssignR SNplot" version="@TOOL_VERSION@+galaxy0" profile="23.0">
<tool id="mfassignr_snplot" name="MFAssignR SNplot" version="@TOOL_VERSION@+galaxy1" profile="23.0">
<description>Noise level assessment using the SNplot function.</description>
<macros>
<import>macros.xml</import>
Expand Down Expand Up @@ -45,4 +45,4 @@
@GENERAL_HELP@
]]></help>
<expand macro="citations" />
</tool>
</tool>

0 comments on commit 37faca3

Please sign in to comment.