Skip to content

Commit

Permalink
Merge branch 'master' into ms2deepscore
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Aug 16, 2024
2 parents ee42405 + e3ad09c commit 8d4d69f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions test_biocontainers.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
for d in tools/*/
do
(cd "$d" && planemo test --biocontainers .)
done
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 8d4d69f

Please sign in to comment.