You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be convenient if Oligo implemented properties to expose corresponding attributes on the member Span, e.g.
@propertydefstart(self) ->int:
"""The oligo's start position on the target."""returnself.span.start
An alternative solution would be to make Oligo inherit from or implement Span/Interval, so start/end/strand are attributes of Oligo, not one of its members.
The text was updated successfully, but these errors were encountered:
It may be convenient if
Oligo
implemented properties to expose corresponding attributes on the memberSpan
, e.g.An alternative solution would be to make
Oligo
inherit from or implementSpan
/Interval
, sostart
/end
/strand
are attributes ofOligo
, not one of its members.The text was updated successfully, but these errors were encountered: