c9b92c7eb2a050e370a62c1a6bb3bc7f54bc87d7
kent
  Wed Mar 16 21:35:24 2011 -0700
Changing cell field to cellType to better connect with Encode controlled vocab.
diff --git src/hg/lib/clusterInputTrackTable4.as src/hg/lib/clusterInputTrackTable4.as
index 8e4cefa..c3fc1b3 100644
--- src/hg/lib/clusterInputTrackTable4.as
+++ src/hg/lib/clusterInputTrackTable4.as
@@ -1,10 +1,10 @@
 table clusterInputTrackTable3
 "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 cell;	"Name of cell type"
+    string cellType;	"Name of cell type"
     string treatment;	"Drug or other treatment given to cells while alive"
     string lab;		"Lab this was done in"
     )