d89c874346552fbb921d6a1d038a79605f6ce613
jcasper
  Wed Jul 13 11:45:07 2016 -0700
DECIPHER pipeline now runs on their new file format. Also added more data to the hgc output.  refs #14465

diff --git src/hg/lib/decipherRaw.sql src/hg/lib/decipherRaw.sql
index 7f03dfb..697c8f4 100644
--- src/hg/lib/decipherRaw.sql
+++ src/hg/lib/decipherRaw.sql
@@ -1,11 +1,13 @@
 CREATE TABLE decipherRaw (
   id     varchar(40),
+  chr    varchar(40),
   start  int(10),
   end    int(10),
-  chr    varchar(40),
   mean_ratio float,
-  classification_type varchar(255),
-  phenotype varchar(255),
+  inheritance text,
+  pathogenicity text,
+  contribution text,
+  phenotypes text,
   key id (id)
 ) ENGINE=MyISAM;