4d3c630922f35cb536f32e726f5a4670c60d6206 angie Wed Feb 27 11:04:21 2013 -0800 Fixing stupid sin of omission bug found by Brian R -- forgot to test w/clean cart. diff --git src/hg/lib/snp125Ui.c src/hg/lib/snp125Ui.c index b067711..7be8e26 100644 --- src/hg/lib/snp125Ui.c +++ src/hg/lib/snp125Ui.c @@ -95,30 +95,31 @@ "unknown", "genomic", "cDNA", "mito" }; char *snp125MolTypeDefault[] = { "red", "black", "blue", "green" }; static char *snp125MolTypeOldIncludeVars[] = { "snp125MolTypeUnknownInclude", "snp125MolTypeGenomicInclude", "snp125MolTypecDNAInclude", + "snp125MolTypeMitoInclude", }; int snp125MolTypeArraySize = ArraySize(snp125MolTypeLabels); /****** Class related controls *******/ /* Types: unknown, snp, in-del (locType exact), heterozygous, microsatellite, named, no variation, mixed, mnp, insertion (constructed from class = in-del, locType = between) deletion (constructed from class = in-del, locType = range) */ char *snp125ClassLabels[] = { "Unknown", "Single Nucleotide Polymorphism", "In/Del", "Heterozygous",