X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=qui%2Fmotif_editor%2FMotifElement.cpp;h=e847a245a1f90a8981159a152da28f19f74cdc34;hp=89308c72858d3ece99caf974a204c79519e7ca9a;hb=f1724abab87d2e5b160620b10cb81eabf56aadeb;hpb=7d4fbcb6060a60a8ea25ca1303fcaaaf8574f24a diff --git a/qui/motif_editor/MotifElement.cpp b/qui/motif_editor/MotifElement.cpp index 89308c7..e847a24 100644 --- a/qui/motif_editor/MotifElement.cpp +++ b/qui/motif_editor/MotifElement.cpp @@ -6,7 +6,7 @@ MotifElement::MotifElement() : enabled(true), color(Color(1.0,0.0,0.0,1.0)), - motif(Sequence::nucleic_alphabet) + motif(nucleic_alphabet) { } @@ -77,7 +77,7 @@ void MotifElement::setSequence(const Sequence& seq) //! set sequence text void MotifElement::setSequence(const std::string& seq_text) { - motif.set_sequence(seq_text, Sequence::nucleic_alphabet); + motif.set_sequence(seq_text, nucleic_alphabet); } QString MotifElement::getSequenceText() const