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

celenocysteine added

parent 4b157024
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ QString
ProteinXtp::getOnlyAminoAcidSequence() const
{
QString sequence(this->getSequence());
return sequence.replace(QRegExp("[^ARNDBCEQZGHILKMFPSTWYVX]"), "");
return sequence.replace(QRegExp("[^WGASPVTLINDKQEMHFRCYUBZX]"), "");
}
pappso::pappso_double
......
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