fa6888db3245288c67455ea1bd5acc76e1c4371c braney Tue Jan 16 14:01:39 2018 -0800 Don't open SQL connection to get AS from bigBed. #20775 diff --git src/hg/hgc/barChartClick.c src/hg/hgc/barChartClick.c index 3fdc9ae..95ab9ab 100644 --- src/hg/hgc/barChartClick.c +++ src/hg/hgc/barChartClick.c @@ -39,44 +39,38 @@ wordCt = chopLine(cloneString(categs), words); int i; struct hash *categoryHash = hashNew(0); for (i=0; inext) { char startBuf[16], endBuf[16]; char *row[32]; bigBedIntervalToRow(bb, chrom, startBuf, endBuf, row, ArraySize(row)); struct barChartBed *barChart = barChartBedLoadOptionalOffsets(row, hasOffsets); if (barChart == NULL) continue; if (sameString(barChart->name, item)) return barChart; } return NULL; }