6d3ef228a206f70d8cde9e5e89d280e7d7c6000b hiram Thu Dec 10 14:53:57 2020 -0800 first pass on plants hub listings refs #23891 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