2684e0a854bfa1e8aa0076eca78167e64f62c4fc braney Wed Apr 17 11:00:50 2019 -0700 change confusing descriptions of cdsStartStat and cdsEndStat to something more descriptive diff --git src/hg/lib/knownCds.as src/hg/lib/knownCds.as index 2f56e3e..2e278c5 100644 --- src/hg/lib/knownCds.as +++ src/hg/lib/knownCds.as @@ -1,10 +1,10 @@ table knownCds "The CDS part of a genePredExt." ( string name; "Name of gene" - string cdsStartStat; "enum('none','unk','incmpl','cmpl')" - string cdsEndStat; "enum('none','unk','incmpl','cmpl')" + string cdsStartStat; "Status of CDS start annotation (none, unknown, incomplete, or complete)" + string cdsEndStat; "Status of CDS end annotation (none, unknown, incomplete, or complete)" uint exonCount; "number of exons" int[exonCount] exonFrames; "Exon frame {0,1,2}, or -1 if no frame for exon" )