Issue is current implementation checks szProteinSeq (which has start methionine clipped off) against the original dbe->strSeq within StorePeptide(). With a PEFF, szProteinSeq will now also contain a substitution so the strcmp() fails. Need to do a strcmp after substituting back in the original sequence unless I implement a more direct way around this round-about check like simply setting a new variable.
Last edit: Jimmy Eng 2021-06-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Issue is current implementation checks szProteinSeq (which has start methionine clipped off) against the original dbe->strSeq within StorePeptide(). With a PEFF, szProteinSeq will now also contain a substitution so the strcmp() fails. Need to do a strcmp after substituting back in the original sequence unless I implement a more direct way around this round-about check like simply setting a new variable.
Last edit: Jimmy Eng 2021-06-30
addressed with git commit 450b6a