bf536f84ca4ea0d5ff0578b03d04644585647e25 kate Mon Nov 27 15:28:31 2017 -0800 Suppress 'view schema' links for longTabix until view is implemented. refs #20599 diff --git src/hg/hgTables/longRange.c src/hg/hgTables/longRange.c index 638092c..817fec2 100644 --- src/hg/hgTables/longRange.c +++ src/hg/hgTables/longRange.c @@ -199,17 +199,19 @@ { addFilteredBedsOnRegion(fileName, region, table, filter, lm, &bedList, idHash, &maxOut); freeMem(fileName); if (maxOut <= 0) { errAbort("Reached output limit of %d data values, please make region smaller,\n" "\tor set a higher output line limit with the filter settings.", bigFileMaxOutput()); } } slReverse(&bedList); return bedList; } void showSchemaLongTabix(char *table, struct trackDb *tdb) /* Show schema on long tabix. */ +// FIXME: restore 'View schema' and 'schema' links for longTabix type (in hui.c) +// when this is implemented { }