Skip to content

Fix bam indexing for large chromosomes#326

Merged
andrewprzh merged 1 commit intoablab:masterfrom
maol-corteva:enable_csi_pysam_index
Aug 1, 2025
Merged

Fix bam indexing for large chromosomes#326
andrewprzh merged 1 commit intoablab:masterfrom
maol-corteva:enable_csi_pysam_index

Conversation

@maol-corteva
Copy link
Copy Markdown
Contributor

@maol-corteva maol-corteva commented Jul 30, 2025

Large genomes with large chromosomes (larger than some 500Mb) cannot be indexed by samtools index in "bai" format. The requirement is to use the "csi" index instead. The changes in this commit introduce "csi" when the "bai" fails.

I have included a pull request below

Large genomes with large chromosomes (larger than some 500Mb) cannot be indexed by samtools index in "bai" format.  The requirement is to use the "csi" index instead.  The changes in this commit introduce "csi" when the "bai" fails
@andrewprzh andrewprzh merged commit 755532b into ablab:master Aug 1, 2025
1 check passed
@andrewprzh
Copy link
Copy Markdown
Collaborator

Thank you! I'll test it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants