|
Revision 207, 443 bytes
(checked in by admin, 5 years ago)
|
|
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #example3.dawg |
|---|
| 2 | |
|---|
| 3 | Tree = ((A:0.1,B:0.1)C:0.1, (D:0.1)E:0.1); |
|---|
| 4 | Length = 300 |
|---|
| 5 | |
|---|
| 6 | Model = "K2P" |
|---|
| 7 | Params = {10,1} |
|---|
| 8 | |
|---|
| 9 | #use G+I model |
|---|
| 10 | Gamma = 1 |
|---|
| 11 | Iota = 0.1 |
|---|
| 12 | |
|---|
| 13 | # rate of insertion and deletion formation |
|---|
| 14 | # 1 indel on average for every 10 substitutions |
|---|
| 15 | # deletions more common than insertions |
|---|
| 16 | Lambda = { 0.04, 0.06 } |
|---|
| 17 | |
|---|
| 18 | # Use the user defined gap model for each |
|---|
| 19 | GapModel = {"NB", "NB"} |
|---|
| 20 | |
|---|
| 21 | GapParams = |
|---|
| 22 | { |
|---|
| 23 | {1, 0.5}, #insertion model |
|---|
| 24 | {2, 0.5} #deletion model |
|---|
| 25 | } |
|---|