7ac9dba0abbb050561bb41ea08d98fa76a27d4cb max Thu Feb 13 03:03:31 2025 -0800 improvements to data schema page to make it easier for users to convert and download big data, refs #35223 diff --git src/hg/hgTables/hgTables.h src/hg/hgTables/hgTables.h index 199011ef828..2b38749044e 100644 --- src/hg/hgTables/hgTables.h +++ src/hg/hgTables/hgTables.h @@ -1246,16 +1246,23 @@ /* --------------- microarray track functions ------------- */ boolean isMicroarray(struct trackDb *parent, char *table); /* Return TRUE if table is specified as a microarray in the current database's * trackDb. */ void doOutMicroarrayNames(struct trackDb *tdb); /* Show the microarray names from .ra file */ #define uglyw warn /* Warn for debugging purposes. */ int bigFileMaxOutput(); /* return maxOut value (cart variable defined on curTable) */ +void explainCoordSystem(); +/* Our coord system is counter-intuitive to users. Warn them in advance to + * reduce the frequency with which they find this "bug" on their own and + * we have to explain it on the genome list. */ + +void printTableBrowserLink(struct trackDb *tdb, char* table); +/* print link to table browser that opens this table */ #endif /* HGTABLES_H */