Commits for angie
switch to files view, user index
v294_base to v295_preview (2014-01-13 to 2014-01-20) v295
- 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).
- 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
- 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/makeDb/doc/mm10.txt - lines changed 244, context: html, text, full: html, text
- src/hg/utils/automation/doDbSnp.pl - lines changed 177, context: html, text, full: html, text
switch to files view, user index