afaaa0755d5300f46751b061fcaf3adb24c57e1f
angie
  Mon May 21 10:47:22 2012 -0700
Track #7964 (1000 Genomes Phase 1 Variant Calls) - grabbed VCF fromNCBI using Aspera (ascp) -- 142GB!

diff --git src/hg/lib/bbiChroms.sql src/hg/lib/bbiChroms.sql
new file mode 100644
index 0000000..ff831af
--- /dev/null
+++ src/hg/lib/bbiChroms.sql
@@ -0,0 +1,12 @@
+# bbiChroms.sql was originally generated by the autoSql program, which also
+# generated bbiChroms.c and bbiChroms.h.  This creates the database representation of
+# an object which can be loaded and saved from RAM in a fairly
+# automatic way.
+
+#bigData file names and corresponding chromosome names
+CREATE TABLE bbiChroms (
+    fileName varchar(255) not null,	# bigData (e.g. bigWig, BAM) file path with data for one chromosome
+    chrom varchar(255) not null,	# Reference sequence chromosome or scaffold
+              #Indices
+    PRIMARY KEY(fileName)
+);