Skip to content

Commit

Permalink
closes #111: write_idt_plate_excel_file uses reasonable defaults even…
Browse files Browse the repository at this point in the history
… when some strands have no IDT field set; bumped version
  • Loading branch information
dave-doty committed Dec 17, 2020
1 parent 22d446e commit d2e924c
Show file tree
Hide file tree
Showing 62 changed files with 2,291 additions and 1,056 deletions.
2 changes: 1 addition & 1 deletion examples/16_helix_origami_barrel_from_algoSST_paper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def create_design():
design = rect.create(num_helices=16, num_cols=28, seam_left_column=12, assign_seq=False,
num_flanking_columns=2,
num_flanking_helices=2, edge_staples=False,
scaffold_nick_offset=102, use_idt_defaults=True)
scaffold_nick_offset=102)

# # need this to match original design, but doesn't leave room for left-side adapters
# design.move_strand_offsets(8)
Expand Down
2 changes: 1 addition & 1 deletion examples/16_helix_origami_rectangle_idt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def create_design():
design = rect.create(num_helices=16, num_cols=26, use_idt_defaults=True)
design = rect.create(num_helices=16, num_cols=26)
return design


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def create_design():
design = rect.create(num_helices=16, num_cols=28, seam_left_column=12, assign_seq=False,
num_flanking_columns=2, num_flanking_helices=2, edge_staples=False,
scaffold_nick_offset=102, use_idt_defaults=True)
scaffold_nick_offset=102)

# # need this to match original design, but doesn't leave room for left-side adapters
# design.move_strand_offsets(8)
Expand Down
15 changes: 0 additions & 15 deletions examples/add_deletions_to_24_helix_rectangle.py

This file was deleted.

210 changes: 1 addition & 209 deletions examples/output_designs/16_helix_origami_barrel_from_algoSST_paper.sc

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/output_designs/16_helix_origami_rectangle.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.14.0",
"grid": "square",
"helices": [
{"max_offset": 448, "grid_position": [0, 0]},
Expand Down
Loading

0 comments on commit d2e924c

Please sign in to comment.