File Changes for angie
switch to commits view, user indexv348_preview2 to v348_base (2017-04-17 to 2017-04-24) v348
Show details
- src/hg/checkTableCoords/tests/input/fakeChromInfo.sql
- lines changed 5, context: html, text, full: html, text
10b21f9d8b8d7c84adc2d79e559811f66c7dda0c Wed Apr 19 11:21:56 2017 -0700
Make fakeChromInfo safer by limiting it to the test database. Would be a shame to blow away some other database's chromInfo by accident. :)
- src/hg/checkTableCoords/tests/makefile
- lines changed 5, context: html, text, full: html, text
4236d4750373806b5b774c70da83ce9c59ad50bc Wed Apr 19 11:24:14 2017 -0700
Serialize clean, load, mkdirs and tests in case 'make test' is invoked with -j (multiple threads).
- src/hg/utils/automation/doDbSnp.pl
- lines changed 1, context: html, text, full: html, text
ecf978829e5139141d15767aaafcccdd76b0ec1d Mon Apr 17 14:39:31 2017 -0700
Oops, in 42fd1b9f I removed *.tab from the final workDir gzip command after moving out snpNNNSeq.tab into a separate step, but there is still snpNNNExceptionDesc.tab that the load step expects to find gzipped. refs #18330
- src/hg/utils/makefile
- lines changed 10, context: html, text, full: html, text
eed6b3f36a8c1f8095592f35abe979f82656b2ed Thu Apr 20 10:32:35 2017 -0700
Adding vai.pl to SCRIPTS and to a new var, USER_APP_SCRIPTS, and new target %.userAppScript that installs the script in ${DESTDIR}${BINDIR} so userApps does not require the scripts directory to be added to user's PATH, per discussion with Hiram. refs #12216
switch to commits view, user index