38b9ede07fb3bfb98c74f611c62146b820747e4a braney Sat Dec 11 08:32:34 2021 -0800 check in custom hgc code for support of TOGA gene annotation from Michael Hiller's group diff --git src/hg/hgc/hgc.h src/hg/hgc/hgc.h index 6ada9e4..d82d389 100644 --- src/hg/hgc/hgc.h +++ src/hg/hgc/hgc.h @@ -33,30 +33,31 @@ #ifndef WIKITRACK_H #include "wikiTrack.h" #endif #ifndef VARIOME_H #include "variome.h" #endif #ifndef BEDDETAIL_H #include "bedDetail.h" #endif #include "hgdpGeo.h" #include "dnaMotif.h" +#include "togaClick.h" extern struct cart *cart; /* User's settings. */ extern char *seqName; /* Name of sequence we're working on. */ extern int winStart, winEnd; /* Bounds of sequence. */ extern char *database; /* Name of mySQL database. */ extern char *organism; /* Colloquial name of organism. */ extern char *genome; /* common name, e.g. Mouse, Human */ extern char *scientificName; /* Scientific name of organism. */ extern struct hash *trackHash; /* A hash of all tracks - trackDb valued */ // A helper struct for allowing variable sized user defined tables. Each table // is encoded in one field of the bigBed with '|' as column separators and ';' as // field separators. struct embeddedTbl {