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 Mar 19, 2022
1 parent 45bf3ed commit 48f6b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ For the staple precursor strands we do this to show how it works.

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),
Boolean `forward` (direction of the `Domain`, i.e., is its 3' end at a higher or lower offset than its 5' end?),
integer `start` and `end` offsets.
Boolean `forward`: direction of the `Domain`, i.e., is its 3' end at a higher or lower offset than its 5' end? In other words is the strand arrow pointing to the right (forward) or left (reverse),
and integer `start` and `end` offsets.



Expand Down

0 comments on commit 48f6b54

Please sign in to comment.