src/hg/lib/simpleRepeat.sql 1.9
1.9 2010/02/03 17:19:41 hiram
the extra ; in the comment causes it to be invalid SQL ?
Index: src/hg/lib/simpleRepeat.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/simpleRepeat.sql,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/lib/simpleRepeat.sql 12 Jan 2010 22:36:05 -0000 1.8
+++ src/hg/lib/simpleRepeat.sql 3 Feb 2010 17:19:41 -0000 1.9
@@ -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, # Alignment Score = 2*match-7*mismatch-7*indel; minscore=50
+ 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