Closed bchan closed 5 years ago
Right now the portions of the plasmids that are part of the device are not in order. For some reason, .add causes an error when trying to add the same sequence annotation from the original plasmid.
.add
Solution: use SequenceConstraints instead
Fixed by: c8ce1eb
Right now the portions of the plasmids that are part of the device are not in order. For some reason,
.add
causes an error when trying to add the same sequence annotation from the original plasmid.