85a7688f63357ea593b2d93fb5b9ccefb215f3a3 max Wed Jan 27 10:53:36 2016 -0800 renaming malacards.c to malaCards.c by email from Jim. Also changing the comments but not the table name, as it has already been pushed to the RR. no redmine. diff --git src/hg/hgGene/hgGene.c src/hg/hgGene/hgGene.c index a3d4b96..96ff91a 100644 --- src/hg/hgGene/hgGene.c +++ src/hg/hgGene/hgGene.c @@ -384,31 +384,31 @@ char *ajaxSection = cartOptionalString(cart, hggAjaxSection); if (ajaxSection != NULL) { // Currently only one section supports ajax update. if (sameString(ajaxSection,HGG_GENE_ALLELES)) { addGoodSection(allelesSection(conn, sectionRa), conn, §ionList); return sectionList; } } addGoodSection(linksSection(conn, sectionRa), conn, §ionList); /* disable ortherOrg section for CGB servers for the time being */ if (!hIsCgbServer()) addGoodSection(otherOrgsSection(conn, sectionRa), conn, §ionList); addGoodSection(gadSection(conn, sectionRa), conn, §ionList); -addGoodSection(malacardsSection(conn, sectionRa), conn, §ionList); +addGoodSection(malaCardsSection(conn, sectionRa), conn, §ionList); addGoodSection(ctdSection(conn, sectionRa), conn, §ionList); /*if (isRgdGene(conn)) { addGoodSection(ctdRgdGene2Section(conn, sectionRa), conn, §ionList); } else { addGoodSection(ctdSection(conn, sectionRa), conn, §ionList); } */ addGoodSection(rgdGeneRawSection(conn, sectionRa), conn, §ionList); //addGoodSection(microarraySection(conn, sectionRa), conn, §ionList); /* temporarily disable microarray section for Zebrafish, until a bug is fixed */ if (strstr(database, "danRer") == NULL)