23afc99533e828beee0252880a28eee1bd885870 hiram Wed Mar 15 20:31:40 2023 -0700 starting HPRC with 9 genomes refs #30508 diff --git src/hg/makeDb/doc/hprcAsmHub/makefile src/hg/makeDb/doc/hprcAsmHub/makefile new file mode 100644 index 0000000..dd624b9 --- /dev/null +++ src/hg/makeDb/doc/hprcAsmHub/makefile @@ -0,0 +1,23 @@ + +destDir=/hive/data/genomes/asmHubs/HPRC +srcDir=${HOME}/kent/src/hg/makeDb/doc/hprcAsmHub +orderList=$(CURDIR)/hprc.orderList.tsv + +indexName=index +testIndexName=testIndex +statsName=asmStats +testStatsName=testAsmStats +dataName=trackData +testDataName=testTrackData +genomesTxt=genomes +hubFile=hub +testHubFile=testHub +hubTxtFile=hub.txt + +Name=HPRC +name=HPRC + +# GCA_018504085.1_HG02080.pri.mat.f1_v2 human (HG02080.pat 2021) +defaultAssembly=GCA_018504085.1_HG02080.pri.mat.f1_v2 + +include ../asmHubs/asmHubs.mk