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 Mar 28, 2022
1 parent b09632f commit 3fd2a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,8 @@ def dna_sequence(self) -> Optional[str]:
https://www.idtdna.com/site/order/oligoentry,
as can the method :py:meth:`Design.write_idt_plate_excel_file` for writing a Microsoft Excel
file that can be uploaded to IDT's website for describing DNA sequences to be ordered in 96-well
or 384-well plates."""
or 384-well plates:
https://www.idtdna.com/site/order/plate/index/dna/1800"""

is_scaffold: bool = False
"""Indicates whether this :any:`Strand` is a scaffold for a DNA origami. If any :any:`Strand` in a
Expand Down

0 comments on commit 3fd2a86

Please sign in to comment.