You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="input_file"type="data"format="tabular"label="Table with input compounds"/>
@@ -46,9 +60,25 @@
46
60
</conditional>
47
61
<paramname="threshold"type="float"min="0"max="100"value="1"label="Threshold"help="Probability threshold to use as cutoff for isotopic pattern distribution - this can be used to remove low abundant peaks and improve computation performance." />
48
62
<paramname="append_adduct"type="boolean"truevalue="TRUE"falsevalue="FALSE"checked="true"label="Append adduct to compound name"help="Append the adduct string to the compound name for easy identification." />
63
+
<conditionalname="formatting">
64
+
<paramname="out_format"type="select"label="Output Format"help="Choose the output format, either MSP or Tabular">
65
+
<optionvalue="tabular">tabular</option>
66
+
<optionvalue="msp"selected="true">msp</option>
67
+
</param>
68
+
<whenvalue="tabular">
69
+
<paramname="append_isotopes"type="boolean"truevalue="TRUE"falsevalue="FALSE"checked="false"label="Append isotopes to formula"help="Append the isotopic composition to the formula for easy identification." />
0 commit comments