3442f799e4ddde42dfc0257e514ea1831a514f97
markd
  Sun Apr 24 21:03:28 2022 -0700
add score to T2T supplied liftOver chains

diff --git src/hg/makeDb/doc/chm13v2.0userData/makefile src/hg/makeDb/doc/chm13v2.0userData/makefile
index 3f1303e..88fe450 100644
--- src/hg/makeDb/doc/chm13v2.0userData/makefile
+++ src/hg/makeDb/doc/chm13v2.0userData/makefile
@@ -20,32 +20,33 @@
 tracks = proseq rnaseq cytoBandMapped sedefSegDups rdnaModel catLiftOffGenesV1 hgLiftOver \
          censat hgUnique clinVar20220313 gwasSNPs2022-03-08 dbSNP155 microsatellites
 
 # snakes needs chromAlias fix:
 # hgCactus
 
 tracksWithHtml = $(filter-out cytoBandMapped,${tracks})
 
 hgLiftOverFiles = chm13v2-hg19.over.chain.gz chm13v2-hg38.over.chain.gz hg19-chm13v2.over.chain.gz hg38-chm13v2.over.chain.gz
 
 catGxfFiles = catLiftOffGenesV1.gff3.gz catLiftOffGenesV1.gtf.gz catLiftOffGenesV1.rna.fa.gz catLiftOffGenesV1.protein.fa.gz
 
 .SECONDARY:
 MAKEFLAGS += --check-symlink-times
 
+#  not hubCheck -checkSettings currently has false positives, so not using
 all: ${userTrackDbFile} bbiInstall htmlInstall liftOverInstall geneInstall
-	hubCheck -checkSettings ${stageUrl}
+	hubCheck ${stageUrl}
 
 # ensure spaces separate the stanzas
 ${userTrackDbFile}: ${tracks:%=trackDb/%.trackDb.txt}
 	awk 'FNR==1{print ""} {print $$0}'  $^ > $@
 
 # make bbi links for directories
 .PHONY: bbiInstall bbiInstall_%
 bbiInstall: ${tracks:%=${bbiBuildDir}/${asmId}.%}
 
 # create symlink if it doesn't exist
 ${bbiBuildDir}/${asmId}.%:
 	ln -sf ../trackData/$* ${bbiBuildDir}/${asmId}.$*
 
 # copy HTML to build and link to the stage dir
 .PHONY: htmlInstall