improve fasta parsing
authorDiane Trout <diane@caltech.edu>
Thu, 8 Jun 2006 22:23:09 +0000 (22:23 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 8 Jun 2006 22:23:09 +0000 (22:23 +0000)
commit53e101526b30a3f5b6bff8dd37681a00a4746d98
treea9189f3a430b6f9bd7c1199a6ff802130995a413
parenta857d02bd764caa3b6f34177a272d09a3c2b955b
improve fasta parsing
This extends the parser to use both upper & lower case iupac symbols for
our annotation file. (And also I'm trying to simplify the grammar).
Additionally this patch also throws an error message when the result of
reading a fasta sequence is empty.
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_sequence.cpp