41861d25a94c0578853ae4280d195d7d8ca2fcb4 kate Mon Mar 21 17:17:46 2016 -0700 Add version awareness to tissue handling. refs #15645 diff --git src/hg/inc/gtexInfo.h src/hg/inc/gtexInfo.h index 3e5b4f8..486b1e8 100644 --- src/hg/inc/gtexInfo.h +++ src/hg/inc/gtexInfo.h @@ -76,19 +76,22 @@ #define gtexInfoCommaOut(el,f) gtexInfoOutput(el,f,',',','); /* Print out gtexInfo as a comma separated list including final comma. */ /* -------------------------------- End autoSql Generated Code -------------------------------- */ #endif /* GTEXINFO_H */ #define GTEX_DEFAULT_VERSION "V6" void gtexInfoCreateTable(struct sqlConnection *conn, char *table); /* Create GTEx info table */ double gtexMaxMedianScore(char *version); /* Retrieve max median score for latest (or named) version */ +char *gtexVersionSuffix(char *table); +/* Return version string for a GTEx track table. For now, just supporting V4 and V6 (default, no suffix )*/ + char *gtexVersion(char *table); /* Return version string based on table suffix */