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

Update imports to htslib/samtools/bcftools 1.17 #1172

Merged
merged 2 commits into from Mar 15, 2023

Conversation

jmarshall
Copy link
Member

This one was pretty straightforward: just the imports themselves, and two new samtools subcommands to add.

(Re the upcoming release… There's a few minor bug fixes to other things that I still want to commit, and a couple of more major Python 3.11 or macOS M1 things still in flight, notably #1146, #1149, and #1151.)

For each package:

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

Take care to preserve the #define additions to bcftools/regidx.h.
(Don't bother adding {sam,bcf}tools/htslib-1.17/{LICENSE,**/README}.)
Spell the former as `pysam.samtools.cram_size` so it is a valid identifier.
@AndreasHeger
Copy link
Contributor

Great, thanks!

@AndreasHeger AndreasHeger merged commit cf416e0 into pysam-developers:master Mar 15, 2023
7 checks passed
@jmarshall jmarshall deleted the import-1.17 branch March 16, 2023 20:48
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.

None yet

2 participants