6a634821ca3d72356dc52fc816c3b4651c471e3c
braney
  Tue Feb 15 16:48:29 2022 -0800
make a bigBed version of the TOGA track

diff --git src/hg/lib/togaInactMut.as src/hg/lib/togaInactMut.as
new file mode 100644
index 0000000..0a09867
--- /dev/null
+++ src/hg/lib/togaInactMut.as
@@ -0,0 +1,15 @@
+table TOGAInactMut
+"Inactivating Mutations"
+    (
+    string chrom;      "Chromosome (or contig, scaffold, etc.)"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Name of item"
+
+    int exon_num;         "exon number"
+    int position;         "possition where mutation happened"
+    string mut_class;     "mutation class such as FS deletion"
+    string mutation;      "what exactly happened"
+    ubyte is_inact;       "is this mutation inactivating, yes 1 or not 0"
+    string mut_id;        "mut identifier"
+    )