remove annot class in favor of SeqSpan
authorDiane Trout <diane@caltech.edu>
Fri, 6 Apr 2007 00:23:50 +0000 (00:23 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 6 Apr 2007 00:23:50 +0000 (00:23 +0000)
commit67888dae3b16b9d69aa846e393f11e7ff3633f16
treec2cdf0967327be59ab48841dccef170d672bc809
parent5c3dc8c42679629c19ece07c0e63a53b1c69663f
remove annot class in favor of SeqSpan
It's not quite as clean as I might like as my metadata Annotations class
is annoying to access in C++.

also to support our our "legacy" mussa annotation file format I added
a couple of annotation creating helper functions.

Since I didn't want to also change the motif class at the same time,
I just move the members of annot into motif. At some point I'll finish
getting ride of motif.
alg/annotation_colors.cpp
alg/annotation_colors.hpp
alg/glsequence.cpp
alg/seq_span.hpp
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_annotation_color.cpp
alg/test/test_sequence.cpp
py/annot.cpp
py/sequence.cpp
py/test/TestSequence.py