Commits for angie
switch to files view, user index
v388_base to v389_preview (2019-09-23 to 2019-09-30) v389
Show details
f0d475ddc991cec778b896f0621b5bfa75cc7d55 Thu Sep 26 16:39:12 2019 -0700
- bigBedFind: support searchIndex in the search spec (not just trackDb); default to name if there is an index on name; support padding. refs #23283
Calling addHighlight from bigBedFind caused a lot of utils (e.g. hgTrackDb) to get linker errors about functions in hgFind.c that reference a global cart, so I made cart a param instead of a global in hgFind.c.
- src/hg/lib/bigBedFind.c - lines changed 54, context: html, text, full: html, text
73b1cfe6f896f7830c2286ab0733a97ede5b641d Thu Sep 26 17:24:48 2019 -0700
- In my previous change to bigBedFind.c, I opened a bbi but forgot to errCatch & close it. So, errCatch & close it; also reuse it instead of reopening it for each index. refs #23283
- src/hg/lib/bigBedFind.c - lines changed 21, context: html, text, full: html, text
switch to files view, user index