error to tabix bed file
2
1
Entering edit mode
7.7 years ago

Hi! Im back! XD didnt have so much time lately

I made an excel file with chr, and chrmstart-end and gen name like this

chr1    11873   14409   DDX11L1

chr1    14361   29370   WASH7P

chr1    17368   17436   MIR6859-1

chr1    17368   17436   MIR6859-2

chr1    17368   17436   MIR6859-3

chr1    17368   17436   MIR6859-4

chr1    30365   30503   MIR1302-2

chr1    30365   30503   MIR1302-9

chr1    30365   30503   MIR1302-10

chr1    30365   30503   MIR1302-11

chr1    34610   36081   FAM138A
......

I rename my xls file to bed, then I zip the file with this command

bgzip gen.bed

and when I try to tabbix I get this error message

tabix -p bed gen.bed.gz
[E::get_intv] failed to parse TBX_GENERIC, was wrong -p [type] used?
The offending line was: "��ࡱ�"
Segmentation fault (core dumped)

what I do wrong?

Thanks!

bed • 4.6k views
ADD COMMENT
2
Entering edit mode
7.7 years ago

I think you saved your file as a native excel file. (show me the output of

$ file gen.bed

) There is no magic: nothing is changed by just hanging the suffix for xls to bed .

Sort on chr/start, export the file as CSV/TSV using tab as delimiter and no "escape string". Change the suffix from csv to bed. compress with bgzip and index with tabix.

ADD COMMENT
0
Entering edit mode

thanks Pierre!

I was misunderstanding I could just rename my xls file

ADD REPLY
1
Entering edit mode
7.7 years ago
GenoMax 141k

Make sure you save the file as tab-delimited text out of Excel (which would make it BED format). You can't use xls formatted file as is.

ADD COMMENT
0
Entering edit mode

thanks

then I read wrong , I could just rename it.... ^^"

ADD REPLY

Login before adding your answer.

Traffic: 2657 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6