3072167c3b4f2d549e21921ab2658c0f491e0760 kate Fri May 30 13:40:08 2014 -0700 Trim field name for hgc extraFields cosmetics diff --git src/hg/lib/bed5Sources.as src/hg/lib/bed5Sources.as index 4ee0e63..8173a3f 100644 --- src/hg/lib/bed5Sources.as +++ src/hg/lib/bed5Sources.as @@ -1,12 +1,12 @@ table bed5Sources "BED5+ with a float data value field and a list of sources for combined data" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name; "Name of item" uint score; "Display score (0-1000)" - float floatScore; "Data score (signal, p-value, z-score, etc.)" - uint sourceCount; "Number of sources contributing to this item" - uint[sourceCount] sourceIds; "Comma separated list of source ids" + float floatScore; "Data value" + uint sourceCount; "Number of sources" + uint[sourceCount] sourceIds; "Source ids" )