Update README.md
This commit is contained in:
parent
6e7e9358b2
commit
4ccdabc7eb
1 changed files with 5 additions and 5 deletions
|
|
@ -12,14 +12,14 @@ The learn project includes parameter estimation and a regulatory network learnin
|
|||
After building the executable jar, you need to invoke the following command:
|
||||
|
||||
```
|
||||
java -jar target/iBioSim-learn-3.0.0-SNAPSHOT-jar-with-dependencies.jar [-e -l] <input file> <directory>
|
||||
java -jar target/iBioSim-learn-3.0.0-SNAPSHOT-jar-with-dependencies.jar [-e] [-l ...] input directory
|
||||
```
|
||||
|
||||
where
|
||||
|
||||
* <input file> 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.
|
||||
* ```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").
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue