9a6b3e5b58d0c68eb152319bebf7339f24f42ed7 max Mon Dec 7 14:55:54 2015 -0800 adding malacards section to hgGene, refs #14417 diff --git src/hg/hgGene/hgGene.c src/hg/hgGene/hgGene.c index fedd0bf..a3d4b96 100644 --- src/hg/hgGene/hgGene.c +++ src/hg/hgGene/hgGene.c @@ -384,30 +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(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)