9a6b3e5b58d0c68eb152319bebf7339f24f42ed7 max Mon Dec 7 14:55:54 2015 -0800 adding malacards section to hgGene, refs #14417 diff --git src/hg/hgGene/hgGene.h src/hg/hgGene/hgGene.h index 1eb34db..cec177b 100644 --- src/hg/hgGene/hgGene.h +++ src/hg/hgGene/hgGene.h @@ -118,30 +118,34 @@ struct hash *sectionRa); /* Create altSplice section. */ struct section *ctdSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create CTD section. */ struct section *ctdRgdGene2Section(struct sqlConnection *conn, struct hash *sectionRa); /* Create CTD section. */ struct section *gadSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create GAD section. */ +struct section *malacardsSection(struct sqlConnection *conn, + struct hash *sectionRa); +/* Create malacards section. */ + struct section *domainsSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create domains section. */ struct section *pathwaysSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create pathways section. */ struct section *rnaStructureSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create rnaStructure section. */ struct section *localizationSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create Localization section. */