File Changes for angie
switch to commits view, user indexv275_preview2 to v275_base (2012-10-23 to 2012-10-30) v275
- src/hg/hgc/hgc.c
- lines changed 47, context: html, text, full: html, text
VCF details: if name looks like a dbSNP or dbVar ID, add a link.Also a fix to how we encode HTML (<>) in allele names, and
refactoring of hardcoded links to dbSNP rs report (now hardcoded
in only one place instead of half dozen).
- src/hg/hgc/hgc.h
- lines changed 7, context: html, text, full: html, text
VCF details: if name looks like a dbSNP or dbVar ID, add a link.Also a fix to how we encode HTML (<>) in allele names, and
refactoring of hardcoded links to dbSNP rs report (now hardcoded
in only one place instead of half dozen).
- src/hg/hgc/vcfClick.c
- lines changed 34, context: html, text, full: html, text
VCF details: if name looks like a dbSNP or dbVar ID, add a link.Also a fix to how we encode HTML (<>) in allele names, and
refactoring of hardcoded links to dbSNP rs report (now hardcoded
in only one place instead of half dozen).
- src/hg/makeDb/trackDb/human/hg19/tgpPhase1.html
- lines changed 23, context: html, text, full: html, text
Track #7964 (1000 Genomes Variant Calls): added a few more links tomore info, and a very brief overview, to the Methods section.
The process involved lots of work at lots of different institutions
using lots of different tools, and if I start going into details,
I won't know where to stop.
- src/lib/https.c
- lines changed 1, context: html, text, full: html, text
Fix for strict gcc warning "format not a string literal and no format arguments".
- src/lib/regexHelper.c
- lines changed 2, context: html, text, full: html, text
If regexMatch is called on NULL string, return FALSE (instead of possible segv).
switch to commits view, user index