4af4d9809ca679c39dd1cbf0d95a46c810bf8fcf
kent
  Thu Jun 24 12:03:18 2010 -0700
Adding clusterInputTrackTable.as and sql file to support regulatory cluster tracks.
diff --git src/hg/lib/clusterInputTrackTable.as src/hg/lib/clusterInputTrackTable.as
new file mode 100644
index 0000000..0d8b95e
--- /dev/null
+++ src/hg/lib/clusterInputTrackTable.as
@@ -0,0 +1,6 @@
+table clusterInputTrackTable
+"Some information on tracks used as input for a clustering track"
+    (
+    string tableName;	"Name of table used as an input"
+    string cell;	"Name of cell line"
+    )