X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=py%2Fseq_span.cpp;h=76f635cf540f2c6350bed60b899fee1522fc1ba5;hp=74e6244b874ca5035355c6359ffef054cd996489;hb=745bd381b0472a38a1e49bba52676c80eba52709;hpb=9c704ecd2ba1a01f0b82d0f1ea6d9d3e3011fff7 diff --git a/py/seq_span.cpp b/py/seq_span.cpp index 74e6244..76f635c 100644 --- a/py/seq_span.cpp +++ b/py/seq_span.cpp @@ -54,6 +54,7 @@ void export_seq_span() // return_value_policy())) .add_property("annotations", &SeqSpan::annotations, &SeqSpan::setAnnotations) + .add_property("drawable", &SeqSpan::drawable, &SeqSpan::setDrawable) .add_property("start", &SeqSpan::start, &SeqSpan::setStart, "start position relative to root sequence") .add_property("stop", &SeqSpan::stop, &SeqSpan::setStop,