61b98e84a58f8049465452e435fa9b6048777bf5
kate
  Thu May 16 11:52:43 2019 -0700
Add track tables for ENCODE 3 TFBS Clusters track. refs #21139

diff --git src/hg/lib/clusterInputTrackTableEncode3Tfbs.as src/hg/lib/clusterInputTrackTableEncode3Tfbs.as
new file mode 100644
index 0000000..ba77a90
--- /dev/null
+++ src/hg/lib/clusterInputTrackTableEncode3Tfbs.as
@@ -0,0 +1,11 @@
+table clusterInputTrackTableEncode3Tfbs
+"Information on tracks used as input for  ENCODE 3 TFBS clusters track"
+    (
+    string tableName;	"Name of table used as an input"
+    string source;	"Unique identifier for source"
+    string factor;	"Name of factor (gene)"
+    string antibody;	"Antibody id (ENCABNNNXXX)"
+    string cellType;	"Name of cell type"
+    string experiment;	"Experiment id (ENCSRNNNXXX)"
+    string lab;		"Lab where experiment performed"
+    )