Update imports to htslib/samtools/bcftools 1.23#1372
Merged
jmarshall merged 2 commits intopysam-developers:masterfrom Jan 12, 2026
Merged
Update imports to htslib/samtools/bcftools 1.23#1372jmarshall merged 2 commits intopysam-developers:masterfrom
jmarshall merged 2 commits intopysam-developers:masterfrom
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Import upstream htslib/samtools/bcftools 1.23. Significant additional considerations:
#defineadditions to bcftools/regidx.h.HTSlib 1.23 fixes #1355 so merging this import can close that issue.