07769f5e62216c125dc90df08dac7a90402c3fa4 markd Mon Jun 22 12:54:40 2015 -0700 add geneId to transmap gene table, with backwards compatibilty for current transmap tracks (RM 14574) diff --git src/hg/inc/transMapInfo.h src/hg/inc/transMapInfo.h index 544a69b..00c7214 100644 --- src/hg/inc/transMapInfo.h +++ src/hg/inc/transMapInfo.h @@ -1,27 +1,29 @@ /* transMapInfo.h was originally generated by the autoSql program, which also * generated transMapInfo.c and transMapInfo.sql. This header links the database and * the RAM representation of objects. */ /* Copyright (C) 2008 The Regents of the University of California * See README in this or parent directory for licensing information. */ #ifndef TRANSMAPINFO_H #define TRANSMAPINFO_H #define TRANSMAPINFO_NUM_COLS 5 +extern char *transMapInfoCommaSepFieldNames; + enum transMapInfoChainSubset { transMapInfoUnknown = 0, transMapInfoAll = 1, transMapInfoSyn = 2, transMapInfoRbest = 3, }; struct transMapInfo /* genomeDB information about transMap alignments */ { struct transMapInfo *next; /* Next in singly linked list. */ char *mappedId; /* id of mapped alignment */ char srcDb[17]; /* source db */ char *srcId; /* id of source alignment */ char *mappingId; /* id of chain used for mapping */