File Changes for angie
switch to commits view, user indexv300_base to v301_preview (2014-05-19 to 2014-05-26) v301
- src/hg/inc/gpFx.h
- lines changed 3, context: html, text, full: html, text
For intergenic variants, I was assuming that each variant would havea firstAltAllele -- but for reference-only "variants", that's not the
case so we need to check first. If there's no actual variation,
drop the "variant".
fixes #13310 - thanks Jonathan for finding.
- src/hg/lib/annoGratorGpVar.c
- lines changed 5, context: html, text, full: html, text
For intergenic variants, I was assuming that each variant would havea firstAltAllele -- but for reference-only "variants", that's not the
case so we need to check first. If there's no actual variation,
drop the "variant".
fixes #13310 - thanks Jonathan for finding.
- src/hg/lib/gpFx.c
- lines changed 2, context: html, text, full: html, text
For intergenic variants, I was assuming that each variant would havea firstAltAllele -- but for reference-only "variants", that's not the
case so we need to check first. If there's no actual variation,
drop the "variant".
fixes #13310 - thanks Jonathan for finding.
- src/lib/htmlPage.c
- lines changed 10, context: html, text, full: html, text
When validating HTML, don't complain about HIDDEN inputs mixed withother input types e.g. CHECKBOX.
fixes #13212
switch to commits view, user index