be4311c07e14feb728abc6425ee606ffaa611a58 markd Fri Jan 22 06:46:58 2021 -0800 merge with master diff --git src/utils/bedToBigBed/tests/input/itemRgbBed12.as src/utils/bedToBigBed/tests/input/itemRgbBed12.as new file mode 100644 index 0000000..cec2658 --- /dev/null +++ src/utils/bedToBigBed/tests/input/itemRgbBed12.as @@ -0,0 +1,16 @@ +table bedItemRgbTest +"Browser extensible 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; "Optional score, nominal range 0-1000" + char[1] strand; "+ or -" + uint thickStart; "Start of where display should be thick (start codon)" + uint thickEnd; "End of where display should be thick (stop codon)" + uint itemRgb; "bed12 itemRgb testing" + int blockCount; "Number of blocks" + int[blockCount] blockSizes; "Comma separated list of block sizes" + int[blockCount] chromStarts; "Start positions relative to chromStart" + )