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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Kinetic model parameter estimation workflow, currently implemented for modeling
5
5
## Dependencies
6
6
- Python 2.7.5 or equivalent
7
7
- NumPy, SciPy, matplotlib
8
+
8
9
See `requirements.txt` for specific version information.
9
10
10
11
## Usage
@@ -29,7 +30,7 @@ Output can be collected by calling `python gather_output.py <output directory>`.
29
30
30
31
### Validation
31
32
32
-
Single sets of output parameters can be validated by calling `bash python validate_single.py`. Gathered sets of parameter values can be validated by `python validate_model.py <output directory>`. These files should give consistent results although `validate_single.py` may fall out of date (it exists as a weakly supported convenience).
33
+
Single sets of output parameters can be validated by calling `python validate_single.py`. Gathered sets of parameter values can be validated by `python validate_model.py <output directory>`. These files should give consistent results although `validate_single.py` may fall out of date (it exists as a weakly supported convenience).
0 commit comments