Skip to content

Comments

Update imports to htslib/samtools/bcftools 1.23#1372

Merged
jmarshall merged 2 commits intopysam-developers:masterfrom
jmarshall:import-1.23
Jan 12, 2026
Merged

Update imports to htslib/samtools/bcftools 1.23#1372
jmarshall merged 2 commits intopysam-developers:masterfrom
jmarshall:import-1.23

Conversation

@jmarshall
Copy link
Member

Import upstream htslib/samtools/bcftools 1.23. Significant additional considerations:

  • Continue to take care to preserve removing the regeneration of htscodecs.mk from htslib/Makefile.
  • Continue to take care to preserve the #define additions to bcftools/regidx.h.

HTSlib 1.23 fixes #1355 so merging this import can close that issue.

For each package:

rm -rf htslib;   python3 devtools/import.py htslib   .../htslib-1.23
rm -rf samtools; python3 devtools/import.py samtools .../samtools-1.23
rm -rf bcftools; python3 devtools/import.py bcftools .../bcftools-1.23

Take care to preserve the #define additions to bcftools/regidx.h.
(Don't bother adding {sam,bcf}tools/htslib-1.23/{LICENSE,**/README}.)

Also take care to preserve removing the regeneration of htscodecs.mk
from htslib/Makefile.
@jmarshall jmarshall merged commit b7bf2cf into pysam-developers:master Jan 12, 2026
13 checks passed
@jmarshall jmarshall deleted the import-1.23 branch January 12, 2026 08:02
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.

Segmentation fault in modified_bases

1 participant