I am using the latest igv.js (v2.12.6) released in 2022.Jun.
I am trying to load one large genome using igv.js. One popup box with information like offset is outside the bounds of the DataView *.gtf.gz is shown. Only loading genome works well.
This error is supposed to be caused by the GTF file. Here is the code for generating GTF index.
The tabix "tbi" index can handle postions up to 2^29 bases . For positions larger than this you must use the "csi" index. See the tabix documentation for more details.
Dear developers,
Thanks for this great tool.
I am using the latest igv.js (v2.12.6) released in 2022.Jun.
I am trying to load one large genome using
igv.js
. One popup box with information likeoffset is outside the bounds of the DataView *.gtf.gz
is shown. Only loading genome works well.This error is supposed to be caused by the GTF file. Here is the code for generating GTF index.
I have checked the maximum position in GTF file is
1,147,417,888
which is smaller than2^31
.I wonder if you could kindly help me with what is wrong with this.
Thanks!
Chen Tong
Attachments:
Here is the
genome.fa.fai
file content (totally 7383 chromosomes/contigs, small contigs are not shown here):Here are the error messages in the FIreFox console log
Here is part of the GTF file: