File Changes for galt
switch to commits view, user indexv331_base to v332_preview (2016-04-11 to 2016-04-18) v332
- src/hg/hgTables/hgTables.c
- lines changed 3, context: html, text, full: html, text
Fixes #17163. It is now using regular hgBotDelay() in htmlOpen() and calling new function hgBotDelayNoWarn() in textOpen().
- src/hg/hgTracks/chromGraphTrack.c
- lines changed 3, context: html, text, full: html, text
Fixes missing &r=winStart&l=winEnd which TimD had removed as a step towards his dynamic portal view, but which we are not using, and it messes up hgc clicks for multi-region. refs #16898
- src/hg/hgTracks/expRatioTracks.c
- lines changed 5, context: html, text, full: html, text
Fixes missing &r=winStart&l=winEnd which TimD had removed as a step towards his dynamic portal view, but which we are not using, and it messes up hgc clicks for multi-region. refs #16898
- src/hg/hgTracks/hgTracks.c
- lines changed 10, context: html, text, full: html, text
Fixing problem where tracks with data only on certain chroms could get filtered out if they do not match the chromName of the first window. Now it looks across all windows chromNames and only hides the track if it is not found on all chroms of all window regions. No RM issue. Discovered with custom regions with multiple different chroms and a bam custom track that only had data from chr21.
- src/hg/hgTracks/simpleTracks.c
- lines changed 26, context: html, text, full: html, text
Fixing clipping problem with pgSnp for multi-region. refs #16898
- lines changed 4, context: html, text, full: html, text
Fixes missing &r=winStart&l=winEnd which TimD had removed as a step towards his dynamic portal view, but which we are not using, and it messes up hgc clicks for multi-region. refs #16898
- src/hg/inc/botDelay.h
- lines changed 5, context: html, text, full: html, text
Fixes #17163. It is now using regular hgBotDelay() in htmlOpen() and calling new function hgBotDelayNoWarn() in textOpen().
- src/hg/lib/botDelay.c
- lines changed 19, context: html, text, full: html, text
Fixes #17163. It is now using regular hgBotDelay() in htmlOpen() and calling new function hgBotDelayNoWarn() in textOpen().
switch to commits view, user index