ab81a5443d1757c5c378bd390555a7019feadb58
max
  Fri Apr 8 08:35:54 2022 -0700
adding HMC score track, refs #29153

diff --git src/hg/makeDb/trackDb/human/hmc.ra src/hg/makeDb/trackDb/human/hmc.ra
new file mode 100644
index 0000000..a897cb8
--- /dev/null
+++ src/hg/makeDb/trackDb/human/hmc.ra
@@ -0,0 +1,59 @@
+track hmc
+shortLabel HMC
+longLabel Homologous Missense Constraint
+type bigWig
+compositeTrack on
+parent constraintSuper
+visibility dense
+#maxWindowToQuery 500000
+color 0,130,0
+altColor 130,0,0
+html constraintSuper
+maxWindowToDraw 10000000
+mouseOverFunction noAverage
+
+        track hmcA
+        shortLabel Mutation: A
+        longLabel HMC Score: Mutation is A
+        type bigWig
+        parent hmc on
+        visibility dense
+        bigDataUrl /gbdb/$D/hmc/a.bw
+        maxHeightPixels 128:20:8
+        viewLimits 0:2
+        viewLimitsMax 0:2
+
+        track hmcC
+        shortLabel Mutation: C
+        longLabel HMC Score: Mutation is C
+        type bigWig
+        parent hmc on
+        visibility dense
+        bigDataUrl /gbdb/$D/hmc/c.bw
+        maxHeightPixels 128:20:8
+        viewLimits 0:2
+        viewLimitsMax 0:2
+
+        track hmcG
+        shortLabel Mutation: G
+        longLabel HMC Score: Mutation is G
+        type bigWig
+        parent hmc on
+        visibility dense
+        bigDataUrl /gbdb/$D/hmc/g.bw
+        maxHeightPixels 128:20:8
+        viewLimits 0:2
+        viewLimitsMax 0:2
+
+        track hmcT
+        shortLabel Mutation: T
+        longLabel HMC Score: Mutation is T
+        type bigWig
+        parent hmc on
+        visibility dense
+        bigDataUrl /gbdb/$D/hmc/t.bw
+        maxHeightPixels 128:20:8
+        viewLimits 0:2
+        viewLimitsMax 0:2
+
+