d336a27e7f63d6b9228461464ef00acf64939ad8 markd Sun Jun 6 20:18:19 2021 -0700 Added test case for -tab. Though there was a bug, not sure now, but another test is a good thing diff --git src/utils/bedToBigBed/tests/input/tabSep.as src/utils/bedToBigBed/tests/input/tabSep.as new file mode 100644 index 0000000..4fbdfdb --- /dev/null +++ src/utils/bedToBigBed/tests/input/tabSep.as @@ -0,0 +1,11 @@ +table tabSep +"columns that can have whitespace" + ( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Name of item" + string text1; "text" + string text2; "more text" + string text3; "even more text" + )