src/hg/hgc/hgc.h 1.51
1.51 2010/04/10 06:41:03 kent
Adding some details page handling to makeItems.
Index: src/hg/hgc/hgc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -b -B -U 4 -r1.50 -r1.51
--- src/hg/hgc/hgc.h 17 Feb 2010 19:35:48 -0000 1.50
+++ src/hg/hgc/hgc.h 10 Apr 2010 06:41:03 -0000 1.51
@@ -340,7 +340,10 @@
void doBamDetails(struct trackDb *tdb, char *item);
/* Show details of an alignment from a BAM file. */
+void doMakeItemsDetails(struct customTrack *ct, char *itemIdString);
+/* Show details of a makeItems item. */
+
#define NUCCORE_SEARCH "http://www.ncbi.nlm.nih.gov/sites/entrez?db=nuccore&cmd=search&term="
#endif