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.as src/hg/lib/clusterInputTrackTable4.as
index c3fc1b3..1fb6710 100644
--- src/hg/lib/clusterInputTrackTable4.as
+++ src/hg/lib/clusterInputTrackTable4.as
@@ -1,10 +1,10 @@
-table clusterInputTrackTable3
+table clusterInputTrackTable4
 "Some information on tracks used as input for a clustering track"
     (
     string tableName;	"Name of table used as an input"
     struct source;	"Name of source - linked to Exps table.  Cell+treatment.
     string factor;	"Name of factor/antibody"
     string cellType;	"Name of cell type"
     string treatment;	"Drug or other treatment given to cells while alive"
     string lab;		"Lab this was done in"
     )