Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tablet does not support BAM files with CSI index, only BAI index #3

Open
peterjc opened this issue Oct 29, 2018 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@peterjc
Copy link
Collaborator

peterjc commented Oct 29, 2018

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.

Needs support in htslib samtools/htsjdk#447

The htslib issue is still open, so I assume that has not yet been implemented.

@peterjc peterjc added the enhancement New feature or request label Oct 29, 2018
@peterjc
Copy link
Collaborator Author

peterjc commented Jan 8, 2025

Htsjdk supports reading CSI indexes as of 2.19.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant