2e8785ce873ed0bd1601415df954668f045e8915 hiram Tue Feb 14 13:53:24 2012 -0800 genes_rat table is now rgdGene2Raw diff --git src/hg/hgGene/rgdInfo.c src/hg/hgGene/rgdInfo.c index 2a7bac2..f9dae8f 100644 --- src/hg/hgGene/rgdInfo.c +++ src/hg/hgGene/rgdInfo.c @@ -315,18 +315,18 @@ struct section *section = sectionNew(sectionRa, sectionName); if (section != NULL) { section->exists = rgdGeneInfoExists; section->print = rgdGeneInfoPrint; section->rgdGeneTable = table; } return section; } /* display info from downloaded raw data file */ struct section *rgdGeneRawSection(struct sqlConnection *conn, struct hash *sectionRa) /* Create RgdGene roles section. */ { -return rgdGeneInfoSection(conn, sectionRa, "rgdGeneRaw", "genes_rat"); +return rgdGeneInfoSection(conn, sectionRa, "rgdGeneRaw", "rgdGene2Raw"); }