rust-bio / rust-htslib

This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files.
MIT License
308 stars 80 forks source link

feat: move empty_record to header #453

Open brentp opened 1 week ago

brentp commented 1 week ago

this makes it so we don't need access to the VCF struct in order to make an empty record. since the header is always available as record.header() then we can create an empty record

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11898782077

Details


Totals Coverage Status
Change from base Build 11799978853: 0.1%
Covered Lines: 2505
Relevant Lines: 3140

💛 - Coveralls