Update README.md
This commit is contained in:
parent
3c0652eb21
commit
d51db27bc7
1 changed files with 10 additions and 4 deletions
|
|
@ -17,9 +17,15 @@ After building the executable jar, you need to invoke the following command:
|
|||
|
||||
where
|
||||
|
||||
* ```input``` is an arbitrary SBML file
|
||||
* ```directory``` is the location of the time-series data
|
||||
* ```-e``` is a flag to perform parameter estimation. Default is GeneNet.
|
||||
* ```-l ...``` is a flag to specify which parameters need to be estimated, where the value is a comma separated list of parameter ids (e.g., "p1,p2,p3").
|
||||
|
||||
| Required | Description |
|
||||
| ------------- | ------------- |
|
||||
| ```input``` | arbitrary SBML file
|
||||
| ```directory``` | location of the time-series data |
|
||||
|
||||
| Optional | Description |
|
||||
| ------------- | ------------- |
|
||||
| ```-e``` | perform parameter estimation. Default is GeneNet. |
|
||||
```-l ...``` |a flag to specify which parameters need to be estimated, where the value is a comma separated list of parameter ids (e.g., "p1,p2,p3") |
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue