File Changes for cline
switch to commits view, user indexv261_base to v262_preview (2012-01-03 to 2012-01-10) v262
- src/hg/makeDb/doc/ucscGenes/hg19.ucscGenes13.csh
- lines changed 6, context: html, text, full: html, text
Getting the brackets in the right place before handing the script over to cluster-admin
- lines changed 2, context: html, text, full: html, text
A normal part of the UCSC Genes script is to copy the (old) known genes table into a knownGenesOld table (knownGenesOld5), and copy the (old) kgXref table into a kgXrefOld table. In this case, we didn't want to do that because we were rebuilding the new UCSC Genes, so we wanted to retain the current knownGenesOld5 and kgXrefOld5 tables. So, I commented out the lines in the build script that create those tables. Now that the new UCSC Genes data is in hg19, I'm un-commenting those lines, so the script will be ready for the next time
- src/hg/makeDb/trackDb/human/hg19/knownGeneNew.html
- lines changed 14, context: html, text, full: html, text
Updated the numbers and the methods descriptions to keep them current
- src/hg/makeDb/trackDb/human/hg19/knownGeneOld5.html
- lines changed 8, context: html, text, full: html, text
Updated the numbers and the methods descriptions to keep them current
switch to commits view, user index