96d5aba0664c0f11cf1e3d20223c019647d39fc4 fanhsu Mon Jun 6 08:24:24 2011 -0700 Changed several fields from string to lstring. diff --git src/hg/lib/omimGeneMap.as src/hg/lib/omimGeneMap.as index 746104b..f514cfe 100644 --- src/hg/lib/omimGeneMap.as +++ src/hg/lib/omimGeneMap.as @@ -1,24 +1,24 @@ table omimGeneMap "This table contains the same data as the genemap file downloaded from OMIM" ( string numbering; "Numbering system, in the format Chromosome.Map_Entry_Number" int month; "Month entered" int day; "Day entered" int year; "Year entered" string location; "Location" string geneSymbol; "Gene Symbol(s)" char geneStatus; "Gene Status" - string title1; "Title line1" - string title2; "Title line 2" + lstring title1; "Title line1" + lstring title2; "Title line 2" int omimId; "MIM Number" - string method; "Method" - string comment1; "Comments line 1" - string comment2; "Comments line 2" - string disorders1; "Disorders line 1" - string disorders2; "Disorders line 2" - string disorders3; "Disorders line 3" - string mouseCorrelate; "Mouse correlate" - string reference; "Reference" + lstring method; "Method" + lstring comment1; "Comments line 1" + lstring comment2; "Comments line 2" + lstring disorders1; "Disorders line 1" + lstring disorders2; "Disorders line 2" + lstring disorders3; "Disorders line 3" + lstring mouseCorrelate; "Mouse correlate" + lstring reference; "Reference" )