File Changes for angie
switch to commits view, user indexv292_preview to v292_preview2 (2013-10-28 to 2013-11-04) v292
- src/hg/hgTables/filterFields.c
- lines changed 1, context: html, text, full: html, text
Fixing typo that I failed to notice during code review. Symptom wasthat numeric filters weren't applied because their operators didn't
pass the new cmpReal test.
fixes #12077
- src/hg/hgc/hgc.c
- lines changed 9, context: html, text, full: html, text
Integer columns of bigBed+ can have associated URLs (all-integer IDs),and we weren't reporting any formatting issues anyway, so send such
columns through printIdOrLinks.
- src/lib/bigBed.c
- lines changed 3, context: html, text, full: html, text
Fixing mem leak (for when annoStreamBigBed does lots of queries that run into the maxItems limit).
switch to commits view, user index