223d132fae61a732e13052466f3b56496b6bfd01 fanhsu Wed May 25 11:26:14 2011 -0700 Added comment for the last two fields. diff --git src/hg/lib/omimAvRepl.as src/hg/lib/omimAvRepl.as index 9a8a3e6..89bebd4 100644 --- src/hg/lib/omimAvRepl.as +++ src/hg/lib/omimAvRepl.as @@ -1,10 +1,12 @@ table omimAvRepl "OMIM AV Replacement" ( string avId; "MIM AV Number" uint omimId; "MIM ID" char[1] firstAa; "first AA" uint position; "position in the protein sequence" char[1] secondAa; "2nd AA" string dbSnpId; "dbSNP ID if available" +string replStr; "AA replacement string" +string description; "description" )