File Changes for angie
switch to commits view, user indexv329_preview to v329_preview2 (2016-02-15 to 2016-02-22) v329
- src/hg/lib/hgFind.c
- lines changed 176, context: html, text, full: html, text
Simplified cytoBand search and loosened up termRegex to support horse.
I removed some old functionality: the cytoBand search code used to cache
the entire table, but it is never repetitively searched -- the code is
invoked only for a user's search term. Also, keywords like "cen" and
"qter" were supported but have been excluded by search regexes for years
and noone has missed them. Now, use a regex to help parse the search
term into chrom and band name, and look for an exact match in cytoBand.
- src/hg/makeDb/trackDb/trackDb.ra
- lines changed 1, context: html, text, full: html, text
Simplified cytoBand search and loosened up termRegex to support horse.
I removed some old functionality: the cytoBand search code used to cache
the entire table, but it is never repetitively searched -- the code is
invoked only for a user's search term. Also, keywords like "cen" and
"qter" were supported but have been excluded by search regexes for years
and noone has missed them. Now, use a regex to help parse the search
term into chrom and band name, and look for an exact match in cytoBand.
switch to commits view, user index