src/hg/inc/hui.h 1.148
1.148 2010/04/12 16:13:39 tdreszer
Full support for the new metaTbl based metadata for ENCODE tracks. Uses sandbox table if one is found.
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.147
retrieving revision 1.148
diff -b -B -U 4 -r1.147 -r1.148
--- src/hg/inc/hui.h 25 Mar 2010 17:32:12 -0000 1.147
+++ src/hg/inc/hui.h 12 Apr 2010 16:13:39 -0000 1.148
@@ -30,9 +30,9 @@
* relative URL reference
*/
#define ENCODE_DATA_RELEASE_POLICY "/ENCODE/terms.html"
-char *encodeRestrictionDateDisplay(struct trackDb *trackDb);
+char *encodeRestrictionDateDisplay(char *db,struct trackDb *trackDb);
/* Create a string for ENCODE restriction date of this track
if return is not null, then free it after use */
char *hDocumentRoot();
@@ -1098,9 +1098,9 @@
boolean makeSchemaLink(char *db,struct trackDb *tdb,char *label);
// Make a table schema link (if appropriate and then returns TRUE)
void extraUiLinks(char *db,struct trackDb *tdb);
-/* Show downlaods, schema and metadata links where appropriate */
+/* Show downloads, schema and metadata links where appropriate */
boolean chainDbNormScoreAvailable(struct trackDb *tdb);
/* check if normScore column is specified in trackDb as available */