File: EI.mdl

package info (click to toggle)
hyphy 2.3.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 30,972 kB
  • sloc: cpp: 122,584; sh: 12,310; python: 3,026; xml: 467; lisp: 341; makefile: 313; ansic: 308; sql: 119
file content (14 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NICETY_LEVEL = 2;

EEAA = {20,20};

for (i=0; i<19;i=i+1)
{
	for (j=i+1; j<20; j=j+1)
	{
		EEAA[i][j]:=a;
		EEAA[j][i]:=a;			
	}
}

Model EqualInputModel = (EEAA, USE_FUNCTION_FREQUENCIES);