Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed May 25, 2022
1 parent 75e4740 commit 996e59b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,13 @@ We used chained method calls to create scaffold "precursor" strands,
i.e., one long strand per helix, going the opposite direction as the scaffold.
In subsequent sections we will also add nicks and crossovers to these,
to create the staple strands.
Above, we called the method
[Design.draw_strand](https://scadnano-python-package.readthedocs.io/en/latest/#scadnano.Design.draw_strand)
to create the scaffold precursors.
It is also possible, though typically more verbose, to explicitly create `Domain` objects,
to be passed into the `Strand` constructor.
For the staple precursor strands we do this to show how it works.
For the staple precursor strands, we do this to show how it works, though it would typically be simpler and easier to read to call
[Design.draw_strand](https://scadnano-python-package.readthedocs.io/en/latest/#scadnano.Design.draw_strand).

Each `Strand` is specified primarily by a list of `Domain`'s, and each `Domain` is specified primarily by 4 fields:
integer `helix` (actually, *index* of a helix),
Expand Down

0 comments on commit 996e59b

Please sign in to comment.