Skip to content
Snippets Groups Projects
Commit 98e7bec0 authored by Olivier Langella's avatar Olivier Langella
Browse files

WIP : xtandem sax parser

parent 8341bea5
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,6 @@ ProteinXtpSp ProteinXtp::makeProteinXtpSp() const {
void ProteinXtp::setCompleteDescription(const QString & full_description) {
setAccession (full_description.simplified().section(" ", 0,0));
setDescription (full_description.simplified().section(" ", 1));
}
void ProteinXtp::setIsContaminant(bool conta) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment