From 98e7bec0769ceb312a88279949e499f8bcde423b Mon Sep 17 00:00:00 2001 From: Olivier Langella <Olivier.Langella@moulon.inra.fr> Date: Wed, 5 Apr 2017 22:27:24 +0200 Subject: [PATCH] WIP : xtandem sax parser --- src/core/proteinxtp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/proteinxtp.cpp b/src/core/proteinxtp.cpp index 6a3bcf80..a010608a 100644 --- a/src/core/proteinxtp.cpp +++ b/src/core/proteinxtp.cpp @@ -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) { -- GitLab