7c044144fd5afe62432ebdc3a4b61f42d56a5ed9 hiram Fri Aug 23 12:04:51 2024 -0700 starting the BRC project set of GenArk hubs refs #34337 diff --git src/hg/makeDb/doc/brcAsmHub/makefile src/hg/makeDb/doc/brcAsmHub/makefile new file mode 100644 index 0000000..32b4cab --- /dev/null +++ src/hg/makeDb/doc/brcAsmHub/makefile @@ -0,0 +1,26 @@ + +## makefile definitions for the 'brc' assembly hub + +destDir=/hive/data/genomes/asmHubs/BRC +srcDir=${HOME}/kent/src/hg/makeDb/doc/brcAsmHub +orderList=$(CURDIR)/brc.orderList.tsv + +indexName=index +testIndexName=testIndex +statsName=asmStats +testStatsName=testAsmStats +dataName=trackData +testDataName=testTrackData +genomesTxt=genomes +hubFile=hub +testHubFile=testHub +hubTxtFile=hub.txt + +# these names trigger special behavior in the index page creation scripts: +Name=BRC +name=BRC + +# African malaria mosquito (PEST 2006) +defaultAssembly=GCF_000005575.2_AgamP3 + +include ../asmHubs/asmHubs.mk