We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b5e0d commit 93431b4Copy full SHA for 93431b4
scadnano/scadnano.py
@@ -1127,7 +1127,7 @@ class ModificationInternal(Modification):
1127
If instead it is a list of bases, then this is an internal modification that attaches to a base,
1128
and this lists the allowed bases for this internal modification to be placed at.
1129
For example, internal biotins for IDT must be at a T. If any base is allowed, it should be
1130
- ``['A','C','G','T']``."""
+ ``{'A','C','G','T'}``."""
1131
1132
def __post_init__(self) -> None:
1133
super().__post_init__()
0 commit comments