89ab8ae5fb747465c8f9c218c8556750033e2061 jcasper Wed May 16 20:02:03 2018 -0700 DECIPHER CNVs track handles new format, also release of SNVs track, refs #21104 diff --git src/hg/lib/decipherRaw.sql src/hg/lib/decipherRaw.sql index 697c8f4..14f659d 100644 --- src/hg/lib/decipherRaw.sql +++ src/hg/lib/decipherRaw.sql @@ -1,13 +1,15 @@ CREATE TABLE decipherRaw ( id varchar(40), chr varchar(40), start int(10), end int(10), - mean_ratio float, + mean_ratio varchar(255), + genotype text, + variant_class text, inheritance text, pathogenicity text, contribution text, phenotypes text, key id (id) ) ENGINE=MyISAM;