-
Notifications
You must be signed in to change notification settings - Fork 243
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
WIP BCF 2.2 #1550
base: cn_vcf_header
Are you sure you want to change the base?
WIP BCF 2.2 #1550
Conversation
a4a81ef
to
1480e6d
Compare
0c44ef6
to
9a9ea52
Compare
…BCF2.2 and bug fixes.
9a9ea52
to
f66252a
Compare
83f04fd
to
6a2c193
Compare
Codecov Report
@@ Coverage Diff @@
## cn_vcf_header #1550 +/- ##
=====================================================
+ Coverage 69.927% 70.019% +0.093%
- Complexity 9830 9894 +64
=====================================================
Files 706 710 +4
Lines 38120 38668 +548
Branches 6188 6292 +104
=====================================================
+ Hits 26656 27075 +419
- Misses 8987 9094 +107
- Partials 2477 2499 +22
|
Hi all, is there anything new about this old PR ? I'm working more and more with intermediate uncompressed BCF files and I would love to handle this with htsjdk without converting the stream to VCF :-) thanks ! |
Description
WIP PR just to keep track of progress. Implements BCF 2.2 reading and writing. Not mergeable yet because of some outstanding questions about the interpretation of the spec and missing/failing tests.
Things to think about before submitting: