src/hg/hgc/hgc.c 1.1625

1.1625 2010/05/18 00:04:40 kent
Putting in page that shows all tracks that could contribute items to a cluster. Link to this page at the end of items in cluster table.
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1624
retrieving revision 1.1625
diff -b -B -U 4 -r1.1624 -r1.1625
--- src/hg/hgc/hgc.c	17 May 2010 02:30:20 -0000	1.1624
+++ src/hg/hgc/hgc.c	18 May 2010 00:04:40 -0000	1.1625
@@ -22121,8 +22121,13 @@
 else if (sameWord(track, "htcGetDnaExtended1"))
     {
     doGetDnaExtended1();
     }
+else if (sameWord(track, "hgcListItemsAssayed"))
+    {
+    doPeakClusterListItemsAssayed();
+    }
+
 /* Lowe Lab Stuff */
 #ifdef LOWELAB
  else if (loweLabClick(track, item, tdb))
    {