Commits for angie
switch to files view, user index
v266_base to v267_preview (2012-04-24 to 2012-05-01) v267
- 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).
- Adding a missing va_end for tidiness' sake.
- src/hg/hgTables/hgTables.c - 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. :)
- Added hgVarAnnogratorName() (#6152).
- Feature #6152 (Variant Annotation Tool): Added region type and positioninputs to UI -- and it actually executes some queries now!
- src/hg/hgVarAnnogrator/hgVarAnnogrator.c - lines changed 548, context: html, text, full: html, text
- src/hg/js/hgVarAnnogrator.js - lines changed 62, 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.
- 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/hgVarAnnogrator/hgVarAnnogrator.c - lines changed 121, context: html, text, full: html, text
- src/hg/js/hgVarAnnogrator.js - lines changed 37, context: html, text, full: html, text
switch to files view, user index