4c9ae67ea6e03ec3069cea012398793046e9ff2a
giardine
  Tue Sep 21 15:00:29 2010 -0700
Adds new track type bedDetail to custom and resident tracks, also adds pgSnp (personal genome SNPs) as custom track type.  bedDetail is bed4 to bed12, with 2 extra fields for an ID and description for hgc clicks.
diff --git src/hg/inc/pgSnp.h src/hg/inc/pgSnp.h
index 132ccd4..5f008e5 100644
--- src/hg/inc/pgSnp.h
+++ src/hg/inc/pgSnp.h
@@ -115,5 +115,10 @@
 void printPgDbLink(char *db, struct trackDb *tdb, struct pgSnp *item);
 /* print the links to phenotype and other databases for pgSnps */
 
+extern char *pgSnpAutoSqlString;
+
+struct pgSnp *pgSnpLoadNoBin (char **row);
+/* load struct from row without bin */
+
 #endif /* PGSNP_H */