test annotating a sequence with fasta records in a stream
authorDiane Trout <diane@caltech.edu>
Thu, 21 Jun 2007 00:52:58 +0000 (00:52 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 21 Jun 2007 00:52:58 +0000 (00:52 +0000)
commitf3c0553a22b0e4ddc39ee45f51725352d92e97f1
tree67eb9cd122b3926eec7d54274d99d66ee7749966
parent5e4c30bbdd87540257a0414bdb09d61ba9690ba8
test annotating a sequence with fasta records in a stream
I split the load_annot function int one that opens the file and
one that reads the stream. (which is called by the file handling one)

This was so I could test some random sequence that Steven was having
trouble with. (which seems to be working correctly.)
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_annotations.cpp
alg/test/test_sequence.cpp