attach motifs to a sequence object
authorDiane Trout <diane@caltech.edu>
Tue, 14 Mar 2006 03:26:31 +0000 (03:26 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 14 Mar 2006 03:26:31 +0000 (03:26 +0000)
commit2dcf1431198e9c736db8734f615f3e2e0ee35b75
tree4aab9f962a8001d503902262e7b2ef00dff8ecf4
parent405a7ba78e41c730ce8efd889e290e959dd93103
attach motifs to a sequence object
this attaches a list of motfis (derived from annot class) to a sequence,
ideally there'd be only one list, but as I'm under a time pressure
its a bit easier to keep the lists seperate. (As this way I don't have
to go deal with fixing the file IO until later)
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_sequence.cpp