src/hg/hgc/hgc.h 1.46
1.46 2009/05/07 18:05:53 hiram
Allow click through to NCBI entrez search for Contig names on ctgPos tracks
Index: src/hg/hgc/hgc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -b -B -U 4 -r1.45 -r1.46
--- src/hg/hgc/hgc.h 10 Feb 2009 22:17:39 -0000 1.45
+++ src/hg/hgc/hgc.h 7 May 2009 18:05:53 -0000 1.46
@@ -334,5 +334,7 @@
void printCustomUrl(struct trackDb *tdb, char *itemName, boolean encode);
/* Wrapper to call printCustomUrlWithLabel using the url setting in trackDb */
+#define NUCCORE_SEARCH "http://www.ncbi.nlm.nih.gov/sites/entrez?db=nuccore&cmd=search&term="
+
#endif