src/hg/inc/pgSnp.h 1.4

1.4 2010/03/08 17:52:10 giardine
Adding phenotype tables for pgSnp track hgc clicks
Index: src/hg/inc/pgSnp.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/pgSnp.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/inc/pgSnp.h	3 Sep 2008 19:19:12 -0000	1.3
+++ src/hg/inc/pgSnp.h	8 Mar 2010 17:52:10 -0000	1.4
@@ -5,8 +5,9 @@
 #ifndef PGSNP_H
 #define PGSNP_H
 
 #include "jksql.h"
+#include "trackDb.h"
 #define PGSNP_NUM_COLS 8
 
 #ifndef BED_H
 #include "bed.h"
@@ -110,6 +111,9 @@
 
 void printSeqCodDisplay (char *db, struct pgSnp *item);
 /* print the display of sequence changes for a coding variant */
 
+void printPgDbLink(char *db, struct trackDb *tdb, struct pgSnp *item);
+/* print the links to phenotype and other databases for pgSnps */
+
 #endif /* PGSNP_H */