ad92b87bb799c20abccadf1f923972c1a9b6a6e7
max
  Fri Oct 17 06:39:16 2025 -0700
adding gnomad mpc track, ref #36531

diff --git src/hg/makeDb/gnomad/mpc.as src/hg/makeDb/gnomad/mpc.as
new file mode 100644
index 00000000000..1c064d52c1e
--- /dev/null
+++ src/hg/makeDb/gnomad/mpc.as
@@ -0,0 +1,23 @@
+table mpc
+"MPC track for gnomad2 on hg19"
+    (
+    string chrom;      "Chromosome (or contig, scaffold, etc.)"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Name of item"
+    uint   score;      "Score from 0-1000"
+    char[1] strand;    "+ or -"
+    uint thickStart;   "Start of where display should be thick (start codon)"
+    uint thickEnd;     "End of where display should be thick (stop codon)"
+    uint reserved;     "Used as itemRgb as of 2004-11-22"
+    string gene;     "Gene Symbol"
+    string geneId;     "Gencode Gene"
+    string trans;     "Gencode Transcript"
+    string startAa;     "From Amino Acid"
+    string stopAa;     "To Amino Acid"
+    string obs;     "Observed Value"
+    string exp;     "Expected Value"
+    string oe;     "Obs/Exp"
+    string chisq;     "Chi-Square"
+    string pval;     "P-Value"
+    )