Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Dec 30, 2020
1 parent b096e5d commit cfb2ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def create_design():
helices = [sc.Helix(max_offset=48), sc.Helix(max_offset=48)]

# whole design
design = sc.Design(helices=helices, strands=[], grid=sc.square)
design = sc.Design(helices=helices, grid=sc.square)

# for absolute offsets, call method "to"
# left staple
Expand Down

0 comments on commit cfb2ffd

Please sign in to comment.