INDELible
[BRANCHES] block
These blocks are used to simulate non-stationary and non-homogenous processes. Different models from different [MODEL] blocks can be specified on different branches of the guide-tree allowing branches to have different models of substitution, indel length distribution, rate heterogeneity, base composition etc.
Example Usage:
[TREE] t1 ( (A:0.1, B:0.1):0.1,(C:0.1, D:0.1):0.1); [BRANCHES] b1 ( (A #mA, B#mB) #mAB,(C #mC, D #mD) #mCD)#mROOT;
[BRANCHES] b1a ((A:0.1#mA,B:0.1#mB):0.1 #mAB, (C:0.1 #mC, D:0.1#mD):0.1 #mCD)#mROOT; [BRANCHES] b1b ( (A #mA, B#mB) #mAB,(C #mC, D #mD) #mCD)#mROOT; [BRANCHES] b1c ( (#mA, #mB) #mAB,(#mC, #mD) #mCD)#mROOT; [BRANCHES] b1d ( ( // like [TREE] blocks, [BRANCHES] trees A #mA, B#mB // can contain any amount of white space ) #mAB // or comments between the first ( and , // the ; at the end. (C #mC, D #mD) #mCD)#mROOT;