Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions search_single_spectrum/search_single_spectrum/input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@
<validator type="set"/>
</parameter>

<parameter name="ANALOG_CONSTRAINT" label="Constrained Analog Modification Sets">
<options>
<option value="NONE" label="No Constraint"/>
<option value="BIOTRANSFORMATIONS" label="Standard Biotransformations"/>
</options>
<validator type="set"/>
</parameter>

<parameter name="SEARCH_RAW" label="Search UnClustered Data">
<options>
<option value="0" label="Don't Search"/>
Expand Down Expand Up @@ -299,6 +307,15 @@
<input type="select" parameter="SEARCH_RAW">
</input>
</cell>
<cell>
<label>
<content parameter="ANALOG_CONSTRAINT"/>
</label>
</cell>
<cell>
<input type="select" parameter="ANALOG_CONSTRAINT">
</input>
</cell>
</row>


Expand Down
Loading