Header Leaderboard Ad

Collapse

bam index chromosome size limit

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • bam index chromosome size limit

    Hi all,
    I have a question as follows: description of sam/bam/cram file format says that there is a limit to chromosome size in bam file. Above this limit you can't create an index of bam file in bai file format. This limit is 2^29-1, which is circa 500 M.b.p. If at least one chromosome in reference sequence is longer than this limit, indexing fails. I've just tried it out:
    $ samtools index file_sort.bam
    it did fail:
    [E::hts_idx_check_range] Region 536962398..536962445 cannot be stored in a bai index. Try using a csi index with min_shift = 14, n_lvls >= 6
    [E::sam_index] Read 'NB552414:80:H3WTKBGXK:3:21607:22796:5232' with ref_name='2H', ref_length=665585731, flags=16, pos=536962399 cannot be indexed
    samtools index: failed to create index for "file_sort.bam": Numerical result out of range

    However, never have i encountered any mention of this problem before. It does not occur often - the limit is actually rather high, all human chromosomes, for example, are smaller than this. But for wheat of barley, some chromosomes are actually larger than this limit, thus preventing users from creating indexes in bai format. There is csi format that does not have this size limitation, but it is not as widely used, and vcftools for example does not work with it.
    So, am i just being paranoid, or can this limitation actually prevent user from working on certain genomes as it is? And if it does, how can one overcome it? Split the chromosomes into smaller chunks, of some 300 M.b.p. for example

    Thanks for the help in advance,
    Nick Shmakov, jr researcher, ICG SB RAS

Latest Articles

Collapse

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 07:50 AM
0 responses
1 view
0 likes
Last Post seqadmin  
Started by seqadmin, 05-26-2023, 09:22 AM
0 responses
8 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-24-2023, 09:49 AM
0 responses
16 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-23-2023, 07:14 AM
0 responses
30 views
0 likes
Last Post seqadmin  
Working...
X