ee413d5fbaa279f619706ccc75c0a82770a2be8d braney Fri Mar 8 10:32:18 2024 -0800 fix the gwasCatalog otto build. diff --git src/hg/lib/gwasCatalog.as src/hg/lib/gwasCatalog.as index 66d3cb7..fb69c19 100644 --- src/hg/lib/gwasCatalog.as +++ src/hg/lib/gwasCatalog.as @@ -8,19 +8,19 @@ uint pubMedID; "PubMed ID of publication of the study" string author; "First author of publication" string pubDate; "Date of publication" string journal; "Journal of publication" string title; "Title of publication" string trait; "Disease or trait assessed in study" lstring initSample; "Initial sample size" lstring replSample; "Replication sample size" string region; "Chromosome band / region of SNP" string genes; "Reported Gene(s)" lstring riskAllele; "Strongest SNP-Risk Allele" string riskAlFreq; "Risk Allele Frequency" string pValue; "p-Value" string pValueDesc; "p-Value Description" string orOrBeta; "Odds ratio or beta" - string ci95; "95% Confidence Interval" + string ci95; "95 Confidence Interval" string platform; "Platform and [SNPs passing QC]" enum(Y,N) cnv; "Y if Copy Number Variant" )