016dc9eaa7c179b628f450b6d3a2eed84805b752 hiram Fri Dec 3 14:25:42 2021 -0800 starting zoo241 hub listings no redmine diff --git src/hg/makeDb/doc/zoonomiaAsmHub/makefile src/hg/makeDb/doc/zoonomiaAsmHub/makefile new file mode 100644 index 0000000..9003e1e --- /dev/null +++ src/hg/makeDb/doc/zoonomiaAsmHub/makefile @@ -0,0 +1,26 @@ + +## makefile definitions for the 'zoonomia' assembly hubs + +destDir=/hive/data/genomes/asmHubs/zoonomia +srcDir=${HOME}/kent/src/hg/makeDb/doc/zoonomiaAsmHub +orderList=$(CURDIR)/zoonomia.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=Zoonomia +name=zoonomia + +# Perigord truffle +defaultAssembly=GCF_000151645.1_ASM15164v1 + +include ../asmHubs/asmHubs.mk