File Changes for aamp
switch to commits view, user indexv251_preview to v251_preview2 (2011-04-26 to 2011-05-03) v251
- src/hg/hgLiftOver/hgLiftOver.c
- lines changed 8, context: html, text, full: html, text
Changed HDB stuff in hgLiftOver a bit to reduce database calls. This has not helped speed up the CGI though yet
- lines changed 1, context: html, text, full: html, text
Removed filtering chainlist bits just to get the CGI at a usable speed
- lines changed 51, context: html, text, full: html, text
Updated CGI to use new library function and deleted bits associated with having a variable data format.
- lines changed 33, context: html, text, full: html, text
A bit more persistence for settings. They would reset after running the program. now settings reset if page is refreshed and the chain changes.
- src/hg/inc/hdb.h
- lines changed 8, context: html, text, full: html, text
Changed HDB stuff in hgLiftOver a bit to reduce database calls. This has not helped speed up the CGI though yet
- src/hg/inc/liftOver.h
- lines changed 9, context: html, text, full: html, text
Added one function to liftOver library code that accepts either bed or position data
- src/hg/lib/hdb.c
- lines changed 27, context: html, text, full: html, text
Changed HDB stuff in hgLiftOver a bit to reduce database calls. This has not helped speed up the CGI though yet
- lines changed 1, context: html, text, full: html, text
Removed filtering chainlist bits just to get the CGI at a usable speed
- src/hg/lib/liftOver.c
- lines changed 51, context: html, text, full: html, text
Added one function to liftOver library code that accepts either bed or position data
switch to commits view, user index