e1b0f07ffbe7508b97259a9d3c28956152bacfa9 markd Sat Oct 16 16:55:27 2021 -0700 import of All gencode VM28 diff --git src/hg/makeDb/doc/mm39/gencode.txt src/hg/makeDb/doc/mm39/gencode.txt index 202cdd3..d64925f 100644 --- src/hg/makeDb/doc/mm39/gencode.txt +++ src/hg/makeDb/doc/mm39/gencode.txt @@ -65,15 +65,52 @@ # edit all.joiner to add ~/tmp/gencodeVM27.joiner # verify with: pushd /hive/data/genomes/mm39/bed/gencodeVM27 make -f ~/kent/src/hg/makeDb/outside/gencode/gencodeLoad.mk joinerCheck # however, these are not currently used by the browser, so modify joiner check. Check # with GENCODE is this is expected, might be a cleanup on move to mm39 # check tracks in browser sandbox # commit all make DBS=mm39 alpha # if pushing public: add ticket and MARK QA READY ############################################################################## +2021-10-15: import of UCSC GENCODE group processing of GENCODE VM28 pre-release (markd) + # edit hg/makeDb/outside/gencode/gencodeLoad.mk to set release and ensembl versions + # download, build and load tables + mkdir -p /hive/data/genomes/mm39/bed/gencodeVM28/hgcImportPre + pushd /hive/data/genomes/mm39/bed/gencodeVM28/hgcImportPre + + (time nice make -j 10 -f ~/kent/src/hg/makeDb/outside/gencode/gencodeLoad.mk) >&build.1.out& + + # compare tables from previous release to see if number changed makes + # sense. Results are in gencode-cmp.tsv + + # generate trackDb and joiner blurb + pushd ~/kent/src/hg/makeDb/trackDb + ../../makeDb/outside/gencode/bin/gencodeGenerateTrackDbs mm39 M28 105 'Oct 2021' + + # Update 'Release Notes' in + # mouse/mm39/wgEncodeGencodeSuper.html + + # edit human/mm39/trackDb.gencode.ra to add new .ra file include + jkmake DBS=mm39 + + ## only if being pushed to RR: + # edit all.joiner to add ~/tmp/gencodeVM28/hgcImportPre.joiner + # verify with: + pushd /hive/data/genomes/mm39/bed/gencodeVM28/hgcImportPre + make -f ~/kent/src/hg/makeDb/outside/gencode/gencodeLoad.mk joinerCheck + + # however, these are not currently used by the browser, so modify joiner check. Check + # with GENCODE is this is expected, might be a cleanup on move to mm39 + + + # check tracks in browser sandbox + # commit all + make DBS=mm39 alpha + # if pushing public: add ticket and MARK QA READY + +##############################################################################