2aa7e21e10d367a62a09e29db5f9f3703e210012 angie Wed Aug 14 14:54:11 2019 -0700 Slight tweak to altsAndFixes: don't forget to add patch version. refs #23112 diff --git src/hg/makeDb/doc/hg19.patchUpdate.13.txt src/hg/makeDb/doc/hg19.patchUpdate.13.txt index 4b95f0a..53684ad 100644 --- src/hg/makeDb/doc/hg19.patchUpdate.13.txt +++ src/hg/makeDb/doc/hg19.patchUpdate.13.txt @@ -213,31 +213,31 @@ #TODO # Edit README.txt # TODO: /hive/data/genomes/hg19/goldenPath/chromosomes/ ############################################################################# # Build perSeqMax file for gfServer (hgBlat) (DONE 19-08-14 angie) # When the blat server is restarted with the updated hg19.2bit file, # hg19.altsAndFixes needs to be copied over along with the new hg19.2bit file, # and gfServer needs to be restarted with -perSeqMax=hg19.altsAndFixes. cd /hive/data/genomes/hg19 cut -f 1 chrom.sizes.p13 \ | grep -E '_(alt|fix|hap.*)$' \ | sed -re 's/^/hg19.2bit:/;' \ - > hg19.altsAndFixes + > hg19.altsAndFixes.p13 ############################################################################# # Extend cytoBandIdeo (DONE 2018-09-28 angie) # UNDONE 2018-09-28 (see ROLL IT ALL BACK below) # REDONE 2018-09-28 cd /hive/data/genomes/hg19/bed/cytoBand tawk '{print $1, 0, $2, "", "gneg";}' /hive/data/genomes/grcH37P13/chrom.sizes \ > cytoBand.p13.tab hgLoadSqlTab -oldTable hg19 cytoBandIdeo - cytoBand.p13.tab ######################################################################### # Regenerate idKeys with extended hg19 (DONE - 2018-09-28 - Angie) # UNDONE 2018-09-28 (see ROLL IT ALL BACK below)