Skip to content

Commit

Permalink
Update scadnano.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Aug 31, 2023
1 parent 032ebde commit 4795224
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,9 @@ class was created to directly support this idea),
"""
Short text to display in the web interface as an "icon"
visually representing the modification, e.g., ``'B'`` for biotin or ``'Cy3'`` for Cy3.
Note that this can be arbitrary Unicode, for example, to represent a fluorophore as a glowing star,
one can use ``\u2728``, and to represent a quencher as a black circle, one can use ``\u2B24``.
Note that this can be arbitrary Unicode, for example, to represent a fluorophore,
one can use the "glowing star" symbol \u2728,
or to represent a quencher, one can use the "large black circle" symbol \u2B24.
"""

vendor_code: str
Expand Down

0 comments on commit 4795224

Please sign in to comment.