You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@ The files presented here are meant to provide a moderately paced but comprehensi
4
4
5
5
**Click on the link to see the BNGL code.**
6
6
7
-
[`ABC.bngl`](ABC.bngl)
7
+
[`ABC.bngl`](ABC/ABC.bngl)
8
8
: Simple binding model in BNGL using unstructured molecules to represent each species. Demonstrates basic syntax of `simulate` command.
9
9
10
-
[`ABC_scan.bngl`](ABC_scan.bngl)
10
+
[`ABC_scan.bngl`](ABC/ABC_scan.bngl)
11
11
: Simple binding model modified to use`parameters` block, which enables `parameter_scan`. Also demonstrates use of `#` for comments and `\` for line continuation.
12
12
13
+
[`AB.bngl`](AB/AB.bngl)
14
+
: Simple binding model re-factored to used structured molecules with binding sites and a binding rule that adds or deletes a bond.
0 commit comments