e3999d349f6f18e0cc2c28cbe4e4e0efb4ca42c7 hiram Tue Jan 12 09:23:00 2021 -0800 change table names to protect the innocent refs #14840 diff --git src/utils/bedToBigBed/tests/input/itemRgbBed12.as src/utils/bedToBigBed/tests/input/itemRgbBed12.as index 56143a9..cec2658 100644 --- src/utils/bedToBigBed/tests/input/itemRgbBed12.as +++ src/utils/bedToBigBed/tests/input/itemRgbBed12.as @@ -1,16 +1,16 @@ -table bed +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" )