cbde4b68d111496a694ee94430b6d64511d620e7 hiram Fri Sep 25 12:45:04 2020 -0700 update to new make system refs #23891 diff --git src/hg/makeDb/doc/birdsAsmHub/makefile src/hg/makeDb/doc/birdsAsmHub/makefile index 91a5182..3db4e6e 100644 --- src/hg/makeDb/doc/birdsAsmHub/makefile +++ src/hg/makeDb/doc/birdsAsmHub/makefile @@ -1,9 +1,28 @@ +## makefile definitions for the 'birds' assembly hubs + +destDir=/hive/data/genomes/asmHubs/birds +srcDir=${HOME}/kent/src/hg/makeDb/doc/birdsAsmHub +orderList=$(CURDIR)/birds.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=Birds name=birds # Okarito brown kiwi # defaultAssembly=GCF_003343035.1_aptRow1 defaultAssembly=GCF_003343035.1 include ../asmHubs/asmHubs.mk