Skip to content

Commit

Permalink
updated param
Browse files Browse the repository at this point in the history
  • Loading branch information
zargham-ahmad committed Nov 20, 2023
1 parent 1bcf6c1 commit cbbea85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/matchms/matchms_subsetting_tool.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ matchms.exporting.save_as_msp(filtered_spectra.tolist(), '${output}')
<inputs>
<param label="Spectra file" name="spectral_library" type="data" format="msp"
help="Mass spectral library file." />

<param label="Select mode" name="mode" type="boolean" truevalue="include" falsevalue="exclude"
checked="true"
help="Include/Exclude the spectra matching the identifiers in the file. The default is include." />
<param label="Select mode" name="mode" type="select"
help="Include/Exclude the spectra matching the identifiers in the file. The default is include.">
<option value="include" selected="true">include</option>
Expand Down

0 comments on commit cbbea85

Please sign in to comment.