root/release/1.0.0/examples/example2.dawg

Revision 207, 336 bytes (checked in by admin, 5 years ago)
  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#example2.dawg
2
3Tree   = ((A:0.1,B:0.1)C:0.1, (D:0.1)E:0.1);
4Length = 300
5
6# 1 indel on average for every 10 substitutions
7Lambda = 0.1
8
9# Use the user defined gap model
10GapModel = {"US"}
11
12GapParams =
13{
14    0.7, #probability of an indel of size 1
15    0.2, #probability of an indel of size 2
16    0.1  #probability of an indel of size 3
17}
Note: See TracBrowser for help on using the browser.