You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resurrecting an old issue for the GitHub issue tracker,
The original BAM index format (BAI) has a fixed bin size system, and suffers from a maximum reference sequence length of 512Mbp making it unsuitable for large chromosomes (e.g. many plants, some marsupials).
The newer CSI indexing format supports longer references, and smaller bin sizes - which ought to help with ultra-high coverage in RNA sequencing or viral samples where currently Tablet can struggle and run out of RAM.
Testing with samtools 1.3, e.g. samtools index -c -m 5 example.bam, gives an index file example.bam.csi but Tablet does not recognise this.
Resurrecting an old issue for the GitHub issue tracker,
The htslib issue is still open, so I assume that has not yet been implemented.
The text was updated successfully, but these errors were encountered: