b7a13e758fbac753f9abd086f0aa01ca357d54da hiram Thu May 13 14:20:03 2021 -0700 run up update refs #27552 diff --git src/hg/makeDb/doc/hg38/ncbiRefSeq.txt src/hg/makeDb/doc/hg38/ncbiRefSeq.txt index d65f817..25cc78d 100644 --- src/hg/makeDb/doc/hg38/ncbiRefSeq.txt +++ src/hg/makeDb/doc/hg38/ncbiRefSeq.txt @@ -326,15 +326,30 @@ # update 2020-10-27 (DONE - Hiram - 2020-10-27) mkdir /hive/data/genomes/hg38/bed/ncbiRefSeq.p13.2020-10-27 cd /hive/data/genomes/hg38/bed/ncbiRefSeq.p13.2020-10-27 time (~/kent/src/hg/utils/automation/doNcbiRefSeq.pl -buildDir=`pwd` \ -bigClusterHub=ku -dbHost=hgwdev \ -fileServer=hgwdev -smallClusterHub=hgwdev -workhorse=hgwdev \ GCF_000001405.39_GRCh38.p13 hg38) > do.log 2>&1 & # real 11m46.506s cat fb.ncbiRefSeq.hg38.txt # 137385668 bases of 3110768607 (4.416%) in intersection ############################################################################# +# update 2021-05-13 (DONE - Hiram - 2021-05-13) + + mkdir /hive/data/genomes/hg38/bed/ncbiRefSeq.p13.2021-05-13 + cd /hive/data/genomes/hg38/bed/ncbiRefSeq.p13.2021-05-13 + + time (~/kent/src/hg/utils/automation/doNcbiRefSeq.pl -buildDir=`pwd` \ + -bigClusterHub=ku -dbHost=hgwdev \ + -fileServer=hgwdev -smallClusterHub=hgwdev -workhorse=hgwdev \ + GCF_000001405.39_GRCh38.p13 hg38) > do.log 2>&1 & + # real 11m46.506s + + cat fb.ncbiRefSeq.hg38.txt + # 137385668 bases of 3110768607 (4.416%) in intersection + +#############################################################################