Skip to content

Commit

Permalink
updated IDT Excel export API documentation to discuss rebalancing amo…
Browse files Browse the repository at this point in the history
…ng last two plates to ensure minimum strand count
  • Loading branch information
dave-doty committed Jun 30, 2021
1 parent c9401f7 commit 92699a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -5515,6 +5515,11 @@ def write_idt_plate_excel_file(self, *, directory: str = '.', filename: str = No
For instance, if the script is named ``my_origami.py``,
then the sequences will be written to ``my_origami.xls``.
If the last plate as fewer than 24 strands for a 96-well plate, or fewer than 96 strands for a
384-well plate, then the last two plates are rebalanced to ensure that each plate has at least
that number of strands, because IDT charges extra for a plate with too few strands:
https://www.idtdna.com/pages/products/custom-dna-rna/dna-oligos/custom-dna-oligos
:param directory:
specifies a directory in which to place the file, either absolute or relative to
the current working directory. Default is the current working directory.
Expand Down

0 comments on commit 92699a7

Please sign in to comment.