cf897e4aa00e43dd707f6f2b1aa79020bc804445 kent Mon Jan 11 14:38:30 2021 -0800 Shortening a description. diff --git src/hg/lib/simpleBarChartBed.as src/hg/lib/simpleBarChartBed.as index f606909..2986c86 100644 --- src/hg/lib/simpleBarChartBed.as +++ src/hg/lib/simpleBarChartBed.as @@ -1,13 +1,13 @@ table barChartBed "BED6+5 with additional fields for category count and median values, and sample matrix fields" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" - string name; "Name or ID of item, ideally both human readable and unique" + string name; "Name or ID of item" uint score; "Score from 0-1000, typically derived from total of median value from all categories" char[1] strand; "+ or - for strand. Use . if not applicable" string name2; "Alternative name for item" uint expCount; "Number of categories" float[expCount] expScores; "Comma separated list of category values" )