5c5df1a7446ad3368896deba413360935c334188 kate Wed Feb 10 13:12:47 2016 -0800 Support for multiple GTEx releases/versions (to add V6 track). refs #15645 diff --git src/hg/inc/gtexInfo.h src/hg/inc/gtexInfo.h index 40d6fc9..7f43f26 100644 --- src/hg/inc/gtexInfo.h +++ src/hg/inc/gtexInfo.h @@ -73,15 +73,18 @@ #define gtexInfoTabOut(el,f) gtexInfoOutput(el,f,'\t','\n'); /* Print out gtexInfo as a line in a tab-separated file. */ #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 */ 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 *gtexVersion(char *table); +/* Return version string based on table suffix */