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

match long trembl accessions

parent 912f8dfe
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ void ProteinXtp::parseAccession2dbxref() {
QRegExp atg("^[Aa][Tt][MmCc1-5][Gg]\\d{5}\\.?\\d?$");
QRegExp ncbi_gi("^[0-9]{5,8}$");
QRegExp swiss_prot("^P[A-Z0-9]{5}$");
QRegExp trembl("^[QOA][A-Z0-9]{5}$");
QRegExp trembl("^[QOA][A-Z0-9]{5,10}$");
QRegExp ref ("^[NZ]P\\_[0-9]{5,8}$");
QString accession;
......
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