MSGFPlus / msgfplus

MS-GF+ (aka MSGF+ or MSGFPlus) performs peptide identification by scoring MS/MS spectra against peptides derived from a protein sequence database.
Other
76 stars 36 forks source link

Fixes #62 #63

Closed DennisGoldfarb closed 5 years ago

alchemistmatt commented 5 years ago

I suspect that i < this.size() - 1 was used to assure that we're always comparing point i to point i+1. However, as you point out in #62 this prevents the final data point in a spectrum from being included, which will remove the point if it is a 1+ ion. I'll merge in this pull request then run some tests of my own to see what kind of ID rate changes I see.

DennisGoldfarb commented 5 years ago

Sounds good, thanks!