src/hg/lib/encode/broadPeak.sql 1.3

1.3 2009/04/06 05:09:44 mikep
some RNA files are > 4gb
Index: src/hg/lib/encode/broadPeak.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/encode/broadPeak.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/lib/encode/broadPeak.sql	24 Oct 2008 19:17:50 -0000	1.2
+++ src/hg/lib/encode/broadPeak.sql	6 Apr 2009 05:09:44 -0000	1.3
@@ -15,5 +15,8 @@
     pValue float not null default -1,	# Within dataset statistical significance of signal value (-log10)
     qValue float not null default -1,	# Cross-dataset statistical significance of signal value (-log10)
               #Indices
     INDEX chromStart (chrom(8), chromStart)
-);
+)
+AVG_ROW_LENGTH = 40
+MAX_ROWS = 200000000000
+;