File Changes for angie
switch to commits view, user indexv266_base to v267_preview (2012-04-24 to 2012-05-01) v267
- src/hg/hgTables/hgTables.c
- lines changed 1, context: html, text, full: html, text
Adding a missing va_end for tidiness' sake.
- src/hg/hgVarAnnogrator/hgVarAnnogrator.c
- lines changed 548, context: html, text, full: html, text
Feature #6152 (Variant Annotation Tool): Added region type and positioninputs to UI -- and it actually executes some queries now!
- lines changed 121, context: html, text, full: html, text
UI for #6152 (Variant Annotation Tool): position input is now searchedonblur and before we submit the page to execute a query, so that if a position
is not found or has multiple matches, the user is returned to the UI to fix it.
- src/hg/inc/hCommon.h
- lines changed 3, context: html, text, full: html, text
Added hgVarAnnogratorName() (#6152).
- src/hg/inc/hdb.h
- lines changed 5, context: html, text, full: html, text
Feature #6152 (Variant Annotation Tool): Added region type and positioninputs to UI -- and it actually executes some queries now!
- src/hg/inc/web.h
- lines changed 3, context: html, text, full: html, text
UI for #6152 (Variant Annotation Tool): position input is now searchedonblur and before we submit the page to execute a query, so that if a position
is not found or has multiple matches, the user is returned to the UI to fix it.
- src/hg/js/hgVarAnnogrator.js
- lines changed 62, context: html, text, full: html, text
Feature #6152 (Variant Annotation Tool): Added region type and positioninputs to UI -- and it actually executes some queries now!
- lines changed 37, context: html, text, full: html, text
UI for #6152 (Variant Annotation Tool): position input is now searchedonblur and before we submit the page to execute a query, so that if a position
is not found or has multiple matches, the user is returned to the UI to fix it.
- src/hg/lib/hCommon.c
- lines changed 7, context: html, text, full: html, text
Added hgVarAnnogratorName() (#6152).
- src/hg/lib/hdb.c
- lines changed 36, context: html, text, full: html, text
Feature #6152 (Variant Annotation Tool): Added region type and positioninputs to UI -- and it actually executes some queries now!
- src/hg/lib/hui.c
- lines changed 16, context: html, text, full: html, text
Bugfix (#7101): Tim found that the BAM UI code was not using ClosestToHome.That caused subtrack config controls to show incorrect values.
Fixed according to Tim's suggestion to do like hgTracks code.
- src/hg/lib/web.c
- lines changed 2, context: html, text, full: html, text
Moving a freeMem inside an if where it belongs (according to commentsabout docRoot above, the problem should only manifest in command line mode
when docRoot can be NULL).
- lines changed 9, context: html, text, full: html, text
UI for #6152 (Variant Annotation Tool): position input is now searchedonblur and before we submit the page to execute a query, so that if a position
is not found or has multiple matches, the user is returned to the UI to fix it.
- src/inc/asParse.h
- lines changed 4, context: html, text, full: html, text
Feature #6152 (Variant Annotation Tool): Added region type and positioninputs to UI -- and it actually executes some queries now!
- src/inc/options.h
- lines changed 1, context: html, text, full: html, text
options.h was missing its #define OPTIONS_H -- apparently my codewas the first so far to have multiple includes of options.h. :)
- src/lib/asParse.c
- lines changed 33, context: html, text, full: html, text
Feature #6152 (Variant Annotation Tool): Added region type and positioninputs to UI -- and it actually executes some queries now!
switch to commits view, user index