File Changes for angie
switch to commits view, user indexv294_base to v295_preview (2014-01-13 to 2014-01-20) v295
- src/hg/lib/hdb.c
- lines changed 2, context: html, text, full: html, text
A recent change introduced a case in which fullName could be useduninitialized. Give it the sensible default value first, and
override if there's an unusual case. refs #12352
- src/hg/lib/sqlProg.c
- lines changed 5, context: html, text, full: html, text
I found that when hgsql's mysql child process exited with an error,hgsql was still exiting with status==0, so the failure did not halt my
script as expected. Fix: propagate child's exit status after parent
checks that it completed normally (i.e. execvp didn't fail).
- src/hg/makeDb/doc/mm10.txt
- lines changed 244, context: html, text, full: html, text
Added dbSNP build 138 tracks for mm10. refs #12490Enhanced doDbSnp.pl to use an NCBI Assembly Report file to map
RefSeq assembly contigs used by dbSNP to GenBank assembly contigs
used in our builds.
- src/hg/utils/automation/doDbSnp.pl
- lines changed 177, context: html, text, full: html, text
Added dbSNP build 138 tracks for mm10. refs #12490Enhanced doDbSnp.pl to use an NCBI Assembly Report file to map
RefSeq assembly contigs used by dbSNP to GenBank assembly contigs
used in our builds.
switch to commits view, user index