Skip to content

Commit

Permalink
Add query spectral name to the output.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanyueLi committed Oct 3, 2023
1 parent 059dab9 commit 4ff26f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/entropy_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def search_one_spectrum(self, spec, top_n, ms1_tolerance_in_da, ms2_tolerance_in
spec = _parse_spectrum(spec)
result = {
"scan": spec["scan"],
"query_name": spec["name"],
"precursor_mz": spec["precursor_mz"],
"charge": spec["charge"],
"rt": spec["rt"],
Expand Down

0 comments on commit 4ff26f6

Please sign in to comment.