Skip to content

Commit

Permalink
Add EAD to AC$MASS_SPECTROMETRY: FRAGMENTATION_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed May 6, 2024
1 parent 3d678bb commit 9163a7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@ else if (ret == InchiStatus.ERROR) {
.or(StringParser.of("HCD"))
.or(StringParser.of("LOW-ENERGY CID"))
.or(StringParser.of("RID"))
.or(StringParser.of("EAD"))
)
)
)
Expand Down

0 comments on commit 9163a7f

Please sign in to comment.