70f20d9d556852f16ba4a0c958fa85ba91ac2c14
kent
  Thu Mar 17 14:52:52 2011 -0700
Updating 3's to 4's to be consistent and make buildTableDescriptions happy.
diff --git src/hg/lib/clusterInputTrackTable4.sql src/hg/lib/clusterInputTrackTable4.sql
index b1f92a3..60f9f58 100644
--- src/hg/lib/clusterInputTrackTable4.sql
+++ src/hg/lib/clusterInputTrackTable4.sql
@@ -1,18 +1,18 @@
-# clusterInputTrackTable3.sql was originally generated by the autoSql program, which also 
-# generated clusterInputTrackTable3.c and clusterInputTrackTable3.h.  This creates the database representation of
+# clusterInputTrackTable4.sql was originally generated by the autoSql program, which also 
+# generated clusterInputTrackTable4.c and clusterInputTrackTable4.h.  This creates the database representation of
 # an object which can be loaded and saved from RAM in a fairly 
 # automatic way.
 
 #Some information on tracks used as input for a clustering track
-CREATE TABLE clusterInputTrackTable3 (
+CREATE TABLE clusterInputTrackTable4 (
     tableName varchar(255) not null,	# Name of table used as an input
     source varchar(255) not null,	# Name of source - linked to Exps table. Cell+treatment
     factor varchar(255) not null,	# Name of factor/antibody
     cellType varchar(255) not null,		# Name of cell type
     treatment varchar(255) not null,	# Drug or other treatment given to cells while alive
     lab varchar(255) not null,		# Lab this was done in
               #Indices
     PRIMARY KEY(tableName),
     INDEX(source(16)),
     INDEX(factor(16))
 );