f419336d3cf8ed5a96aa852c9f3e56f408b96f49
hiram
  Thu Jun 24 12:51:01 2021 -0700
the nascient virus assembly hubs refs #27758

diff --git src/hg/makeDb/doc/viralAsmHub/makefile src/hg/makeDb/doc/viralAsmHub/makefile
new file mode 100644
index 0000000..b28bed3
--- /dev/null
+++ src/hg/makeDb/doc/viralAsmHub/makefile
@@ -0,0 +1,26 @@
+
+## makefile definitions for the 'viral' assembly hubs
+
+destDir=/hive/data/genomes/asmHubs/viral
+srcDir=${HOME}/kent/src/hg/makeDb/doc/viralAsmHub
+orderList=$(CURDIR)/viral.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=Viral
+name=viral
+# mouse
+# defaultAssembly=GCF_009858895.2_ASM985889v3
+defaultAssembly=GCF_009858895.2
+
+include ../asmHubs/asmHubs.mk