Skip to content

Commit 1fa2138

Browse files
authored
Fixed a few mistakes in the readme
1 parent ffdcbaa commit 1fa2138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Kinetic model parameter estimation workflow, currently implemented for modeling
55
## Dependencies
66
- Python 2.7.5 or equivalent
77
- NumPy, SciPy, matplotlib
8+
89
See `requirements.txt` for specific version information.
910

1011
## Usage
@@ -29,7 +30,7 @@ Output can be collected by calling `python gather_output.py <output directory>`.
2930

3031
### Validation
3132

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).
3334

3435
### Simulation
3536

0 commit comments

Comments
 (0)