src/hg/lib/simpleRepeat.sql 1.8

1.8 2010/01/12 22:36:05 galt
fixing score description
Index: src/hg/lib/simpleRepeat.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/simpleRepeat.sql,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/hg/lib/simpleRepeat.sql	10 May 2007 00:00:51 -0000	1.7
+++ src/hg/lib/simpleRepeat.sql	12 Jan 2010 22:36:05 -0000	1.8
@@ -14,9 +14,9 @@
     copyNum float not null,	# Mean number of copies of repeat
     consensusSize int unsigned not null,	# Length of consensus sequence
     perMatch int unsigned not null,	# Percentage Match
     perIndel int unsigned not null,	# Percentage Indel
-    score int unsigned not null,	# Score between  and .  Best is .
+    score int unsigned not null,	# Alignment Score = 2*match-7*mismatch-7*indel; minscore=50
     A int unsigned not null,	# Number of A's in repeat unit
     C int unsigned not null,	# Number of C's in repeat unit
     G int unsigned not null,	# Number of G's in repeat unit
     T int unsigned not null,	# Number of T's in repeat unit