Skip to content

Commit

Permalink
Fixed a few mistakes in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmason42 authored Jul 31, 2018
1 parent ffdcbaa commit 1fa2138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Kinetic model parameter estimation workflow, currently implemented for modeling
## Dependencies
- Python 2.7.5 or equivalent
- NumPy, SciPy, matplotlib

See `requirements.txt` for specific version information.

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

### Validation

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

### Simulation

Expand Down

0 comments on commit 1fa2138

Please sign in to comment.