Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jjti authored Apr 6, 2020
1 parent bdc03aa commit 06ac0ac
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 @@ -22,7 +22,7 @@ dg("GGGAGGTCGTTACATCTGGGTAACACCGGTACTGATCCGGTGACCTCCC", temp = 37.0) # -12.94

# `fold` returns a list of `seqfold.Struct` from the minimum free energy structure
structs: List[Struct] = fold("GGGAGGTCGTTACATCTGGGTAACACCGGTACTGATCCGGTGACCTCCC")
print(sum(s.e for s in structs)) # -12.94; same as calc_dg()
print(sum(s.e for s in structs)) # -12.94, same as dg()
for struct in structs:
print(struct) # prints the i, j, ddg, and description of each structure

Expand Down

0 comments on commit 06ac0ac

Please sign in to comment.