root/release/1.0.0/examples/example3.dawg

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
3Tree   = ((A:0.1,B:0.1)C:0.1, (D:0.1)E:0.1);
4Length = 300
5
6Model = "K2P"
7Params = {10,1}
8
9#use G+I model
10Gamma = 1
11Iota = 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
16Lambda = { 0.04, 0.06 }
17
18# Use the user defined gap model for each
19GapModel = {"NB", "NB"}
20
21GapParams =
22{
23    {1, 0.5}, #insertion model
24    {2, 0.5}  #deletion model
25}
Note: See TracBrowser for help on using the browser.