-
Notifications
You must be signed in to change notification settings - Fork 0
/
Usage.txt
19 lines (17 loc) · 959 Bytes
/
Usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
full_model.py: fragmentation rate depends on the total number of compartments (not the number of S)
new_full_model.py: fragmentation rate depends on the total number of S
To run full_model.py:
Example:
Enter the initial compartment count: 0
Enter all species in the reaction network (e.g., 'G M P'): G M P
Enter the number of reactions in reaction network: 4
Enter reactants separated by '+' (Ex. 2 A + 1 B): 1 G + 0 M + 0 P
Enter products separated by '+' (Ex. 2 A + 1 B): 1 G + 1 M + 0 P
Enter reactants separated by '+' (Ex. 2 A + 1 B): 0 G + 1 M + 0 P
Enter products separated by '+' (Ex. 2 A + 1 B): 0 G + 1 M + 1 P
Enter reactants separated by '+' (Ex. 2 A + 1 B): 0 G + 1 M + 0 P
Enter products separated by '+' (Ex. 2 A + 1 B): 0 G + 0 M + 0 P
Enter reactants separated by '+' (Ex. 2 A + 1 B): 0 G + 0 M + 1 P
Enter products separated by '+' (Ex. 2 A + 1 B): 0 G + 0 M + 0 P
Enter network rates separated by spaces: 200 10 25 1
Enter the end time: 8