1ee63d464e71659db20c5c7933b3f3fa601f0b09 jcasper Sat Apr 12 17:20:54 2025 -0700 Makedoc for hg19 knownGeneV48, refs #35187 diff --git src/hg/makeDb/doc/ucscGenes/hg19.gencodeV48lift37.sh src/hg/makeDb/doc/ucscGenes/hg19.gencodeV48lift37.sh new file mode 100644 index 00000000000..9c2579694bb --- /dev/null +++ src/hg/makeDb/doc/ucscGenes/hg19.gencodeV48lift37.sh @@ -0,0 +1,23 @@ +export db=hg19 +export GENCODE_VERSION=V48lift37 +export PREV_GENCODE_VERSION=V47lift37 +screen -S knownGene${GENCODE_VERSION} +mkdir /hive/data/genomes/$db/bed/gencode$GENCODE_VERSION/build +cd /hive/data/genomes/$db/bed/gencode$GENCODE_VERSION/build +PATH=$HOME/kent/src/hg/utils/otto/knownGene":$PATH" +cp /hive/data/genomes/${db}/bed/gencode${PREV_GENCODE_VERSION}/build/buildEnv.sh buildEnv.sh + +# edit buildEnv.sh +. buildEnv.sh + +cp ${oldGeneDir}/${PREV_GENCODE_VERSION}.files.txt . +cp ${oldGeneDir}/${PREV_GENCODE_VERSION}.tables.txt . + +hgsql ${oldKnownDb} -Ne "show tables" > ${oldKnownDb}.tables.txt +diff <(sort ${PREV_GENCODE_VERSION}.tables.txt) <(sort ${oldKnownDb}.tables.txt) +# no difference + +buildKnown.sh & + +# Continue with the steps to load the tables into the database. +