The fasta parser should not have unrecognized characters anymore

This commit is contained in:
Celine Mercier
2016-02-22 15:28:33 +01:00
parent fa22ffb493
commit 0c4c37d5ab
2 changed files with 47 additions and 41 deletions

View File

@ -21,8 +21,8 @@
%}
WORD [[:alnum:]:\-.{},'_()\#\[\]\|\&\"\'\/\%\+]+
WORDID [[:alnum:]:\-.{},'_()\#\[\]\|\&\"\'\/\%\+=;]+
WORD [^>\\n[:blank:]=;]+
WORDID [^>\\n[:blank:]]+
SUP >
EOL \n
SEP ;