b46d372807d2ffc6fd3d03ec2ad71dd72a361672 kate Thu Apr 28 11:15:14 2016 -0700 Refactor GTEx boxplot code in preparation for moving to library for shared use with hgGene diff --git src/hg/inc/gtexInfo.h src/hg/inc/gtexInfo.h index 486b1e8..be2ffe1 100644 --- src/hg/inc/gtexInfo.h +++ src/hg/inc/gtexInfo.h @@ -82,16 +82,19 @@ #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 */ +char *gtexVersionSuffixFromVersion(char *version); +/* Return version table suffix for a version */ +