File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4732,10 +4732,8 @@ void CometSearch::StorePeptide(int iWhichQuery,
4732
4732
pTmp.cPrevAA = pQuery->_pResults [siLowestXcorrScoreIndex].cPrevAA ;
4733
4733
pTmp.cNextAA = pQuery->_pResults [siLowestXcorrScoreIndex].cNextAA ;
4734
4734
4735
- if (bDecoyPep) // OK JKE check if this change is correct
4736
- pQuery->_pResults [siLowestXcorrScoreIndex].pWhichDecoyProtein .clear ();
4737
- else
4738
- pQuery->_pResults [siLowestXcorrScoreIndex].pWhichProtein .clear ();
4735
+ pQuery->_pResults [siLowestXcorrScoreIndex].pWhichDecoyProtein .clear ();
4736
+ pQuery->_pResults [siLowestXcorrScoreIndex].pWhichProtein .clear ();
4739
4737
pQuery->_pResults [siLowestXcorrScoreIndex].lProteinFilePosition = dbe->lProteinFilePosition ;
4740
4738
4741
4739
if (bDecoyPep)
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ using namespace std;
70
70
#define GITHUBSHA " "
71
71
#endif
72
72
73
- #define comet_version " 2025.01 rev. 0 "
73
+ #define comet_version " 2025.01 rev. 1 "
74
74
#define copyright " (c) University of Washington"
75
75
extern string g_sCometVersion; // version string including git hash
76
76
You can’t perform that action at this time.
0 commit comments