From 9b0d3e367116a649b4927bc7a5b690829eac180d Mon Sep 17 00:00:00 2001 From: David Doty Date: Wed, 17 Aug 2022 11:51:36 -0600 Subject: [PATCH] Update scadnano.py --- scadnano/scadnano.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scadnano/scadnano.py b/scadnano/scadnano.py index e233b47b..1544c997 100644 --- a/scadnano/scadnano.py +++ b/scadnano/scadnano.py @@ -2114,7 +2114,7 @@ class Extension(_JSONSerializable, Generic[DomainLabel]): """ num_bases: int - """Length (in DNA bases) of this :any:`Loopout`.""" + """Length (in DNA bases) of this :any:`Extension`.""" display_length: float = default_display_length """Length (in nm) to display in the scadnano web app.""" @@ -2127,6 +2127,8 @@ class Extension(_JSONSerializable, Generic[DomainLabel]): 0 degrees means parallel to the adjacent domain. 90 degrees means pointing away from the helix. 180 degrees means means antiparallel to the adjacent domain (overlapping). + If a forward strand, will go above the strand; if a reverse strand, will go below, + for degrees stritly between 0 and 180. """ label: Optional[DomainLabel] = None