Draft
Conversation
a4a81ef to
1480e6d
Compare
0c44ef6 to
9a9ea52
Compare
…BCF2.2 and bug fixes.
9a9ea52 to
f66252a
Compare
83f04fd to
6a2c193
Compare
added 10 commits
November 29, 2021 16:40
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
|
Contributor
|
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 ! |
Collaborator
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.
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: