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
This won't affect how the Python package works, but there should be a field in the Domain and Extension classes to control this display option for the web interface.
Create an Enum type DomainDisplayType with these options:
line (default)
dashed
zigzag
And add a new field display of type DomainDisplayType to both the Domain and Extension classes.
The text was updated successfully, but these errors were encountered:
See UC-Davis-molecular-computing/scadnano#950.
This won't affect how the Python package works, but there should be a field in the
Domain
andExtension
classes to control this display option for the web interface.Create an
Enum
typeDomainDisplayType
with these options:And add a new field
display
of typeDomainDisplayType
to both theDomain
andExtension
classes.The text was updated successfully, but these errors were encountered: