UC-Davis-molecular-computing / scadnano-python-package

Python scripting library for generating designs readable by scadnano.
https://scadnano.org
MIT License
13 stars 7 forks source link

option to display some domains with dashed or squiggly lines #286

Open dave-doty opened 10 months ago

dave-doty commented 10 months ago

See https://github.com/UC-Davis-molecular-computing/scadnano/issues/950.

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:

And add a new field display of type DomainDisplayType to both the Domain and Extension classes.