e22f12e30ffc45d4b6657aeca878a22eeb239edd
braney
  Thu Jul 2 16:05:42 2020 -0700
add gencode transcript details to hgGene

diff --git src/hg/hgGene/hgGene.h src/hg/hgGene/hgGene.h
index 1f5a10e..271f25f 100644
--- src/hg/hgGene/hgGene.h
+++ src/hg/hgGene/hgGene.h
@@ -44,30 +44,34 @@
     void *items;	/* Some list of items. */
 
     /* Some FlyBase specific stuff. */
     char *flyBaseTable;	/* Which table to use. */
     char *rgdGeneTable;	/* Which table to use. */
 
     void *extras;        // Contains any section specific stuff
     int checkTime;      // Time to check existence (for performance tuning) */
     int printTime;      // Time to print (for performance tuning) */
     };
 
 struct section *sectionNew(struct hash *sectionRa, char *name);
 /* Create a section loading all common parts but the methods 
  * sectionRa. */
 
+struct section *gencodeSection(struct sqlConnection *conn, 
+	struct hash *sectionRa);
+/* Create gencode section. */
+
 struct section *linksSection(struct sqlConnection *conn, 
 	struct hash *sectionRa);
 /* Create links section. */
 
 struct section *otherOrgsSection(struct sqlConnection *conn, 
 	struct hash *sectionRa);
 /* Create other organisms section. */
 
 struct section *sequenceSection(struct sqlConnection *conn,
 	struct hash *sectionRa);
 /* Create sequence section. */
 
 struct section *swissProtCommentsSection(struct sqlConnection *conn,
 	struct hash *sectionRa);
 /* Create SwissProt comments section. */