Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Dec 4, 2014
1 parent b057c52 commit a71cff4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Development Version | dev | [![Build Status](https://travis-ci.org/hybridLam
To install hybrid-Lambda, simply type ```make``` within the directory ```src/```:
```bash
cd src/
./checkfiles.sh
make
```

Expand Down Expand Up @@ -62,8 +61,8 @@ Program parameters and options:
Options | Useage |
:------------------------:| ------------------------------- |
-h or -help | Help. List the following content. |
-spcu STR | Input the species network/tree string through command line or a file. Branch lengths of the INPUT are in <b>c</b>oalescent <b>u</b>nit. |
-spng STR | Input the species network/tree string through command line or a file. Branch lengths of the INPUT are in <b>n</b>umber of <b>g</b>eneration. |
-spcu STR | Input the <b>sp</b>ecies network/tree string through command line or a file. Branch lengths of the INPUT are in <b>c</b>oalescent <b>u</b>nit. |
-spng STR | Input the <b>sp</b>ecies network/tree string through command line or a file. Branch lengths of the INPUT are in <b>n</b>umber of <b>g</b>eneration. |
-pop STR/FLT | Population sizes are defined by a single numerical constant, or a string which specifies the population size on each branch. The string can be input through command line or a file. By **default**, population size 10,000 is used.|
-mm STR/FLT | Multiple merger parameters are defined by a single numerical constant, or a string which speifies the parameter on each branch. The string can be input through command line or a file. By **default**, Kingman coalescent is used.|
-S INT INT ... | Specify the number of samples for each taxon.|
Expand Down

0 comments on commit a71cff4

Please sign in to comment.