be4311c07e14feb728abc6425ee606ffaa611a58 markd Fri Jan 22 06:46:58 2021 -0800 merge with master diff --git src/hg/makeDb/doc/plantsAsmHub/makefile src/hg/makeDb/doc/plantsAsmHub/makefile new file mode 100644 index 0000000..8f0e169 --- /dev/null +++ src/hg/makeDb/doc/plantsAsmHub/makefile @@ -0,0 +1,26 @@ + +## makefile definitions for the 'plants' assembly hubs + +destDir=/hive/data/genomes/asmHubs/plants +srcDir=${HOME}/kent/src/hg/makeDb/doc/plantsAsmHub +orderList=$(CURDIR)/plants.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=Plants +name=plants + +# Arabidopsis thaliana +defaultAssembly=GCF_000001735.4_TAIR10.1 + +include ../asmHubs/asmHubs.mk