2ec1b855bf15da994b011482b39f7a4306dc84a1 hiram Wed Dec 1 12:12:56 2021 -0800 update to run from /hive/data/outside/otto/ncbiRefSeq/ refs #28331 diff --git src/hg/utils/otto/ncbiRefSeq/runHg38.sh src/hg/utils/otto/ncbiRefSeq/runHg38.sh index fd92713..2eaac42 100755 --- src/hg/utils/otto/ncbiRefSeq/runHg38.sh +++ src/hg/utils/otto/ncbiRefSeq/runHg38.sh @@ -1,17 +1,17 @@ #!/bin/bash set -beEu -o pipefail -export TOP="/hive/data/outside/ncbi/genomes/ncbiRefSeq" +export TOP="/hive/data/outside/otto/ncbiRefSeq" cd "${TOP}" export db="hg38" export Db="Hg38" export sumFile="prev${Db}.sum" export asmId="GCF_000001405.39_GRCh38.p13" export dateStamp=`date "+%F"` export wrkDir="/hive/data/genomes/${db}/bed/ncbiRefSeq.p13.${dateStamp}" export sumFile="${TOP}/prev${Db}.sum" export gffFile="/hive/data/outside/ncbi/genomes/GCF/000/001/405/GCF_000001405.39_GRCh38.p13/GCF_000001405.39_GRCh38.p13_genomic.gff.gz" ${TOP}/runUcscDb.sh "${db}" "${Db}" "${sumFile}" "${asmId}" "${wrkDir}" "${gffFile}"