f285d42c334bb51044bf2f4c02550f836c4270c2 chinhli Mon Aug 15 08:42:18 2011 -0700 hgGene, hgc, section.ra change for phase 2 of geneReviews track diff --git src/hg/hgGene/hgGene.h src/hg/hgGene/hgGene.h index c92e6b7..d6731b1 100644 --- src/hg/hgGene/hgGene.h +++ src/hg/hgGene/hgGene.h @@ -137,30 +137,34 @@ struct hash *sectionRa); /* Create rnaStructure section. */ struct section *localizationSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create Localization section. */ struct section *transRegCodeMotifSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create dnaBindMotif section. */ struct section *synonymSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create synonym (aka Other Names) section. */ +struct section *geneReviewsSection(struct sqlConnection *conn, + struct hash *sectionRa); +/* create geneReviews section - print out GeneReviews for this gene. */ + #ifdef EXAMPLE struct section *xyzSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create xyz section. */ #endif /* EXAMPLE */ /* -------- Helper functions ---------- */ char *getGeneName(char *id, struct sqlConnection *conn); /* Return gene name associated with ID. Freemem * this when done. */ char *getSwissProtAcc(struct sqlConnection *conn, struct sqlConnection *spConn, char *geneId); /* Look up SwissProt id. Return NULL if not found. FreeMem this when done.