e22f12e30ffc45d4b6657aeca878a22eeb239edd braney Thu Jul 2 16:05:42 2020 -0700 add gencode transcript details to hgGene diff --git src/hg/hgGene/gencodeSection.h src/hg/hgGene/gencodeSection.h new file mode 100644 index 0000000..718af05 --- /dev/null +++ src/hg/hgGene/gencodeSection.h @@ -0,0 +1,15 @@ +/* gencodeClick - click handling for GENCODE tracks */ + +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ +#ifndef GENCODECLICK_H + + +bool isNewGencodeGene(struct trackDb *tdb); +/* is this a new-style gencode (>= V7) track, as indicated by + * the presence of the wgEncodeGencodeVersion setting */ + +void doGencodeGene(struct trackDb *tdb, char *gencodeId); +/* Process click on a GENCODE annotation. */ + +#endif