Releases: Zilong-Li/vcfpp
Releases · Zilong-Li/vcfpp
v0.7.0
Features
- parse chr:pos as chr:pos-pos internally (Zilong-Li)
Commits
- 531f6f1: modernize code (Zilong-Li)
- 8644d45: modernize code (Zilong-Li)
- 09d4b69: refactor and fix: remove copyHeader (Zilong-Li)
v0.6.2
Commits
- a4a0157: don't re-opening index file every time setRegion is called (Zilong-Li)
- ec01fe8: fix CI on linux (Zilong-Li)
- aad372c: fix release CI (Zilong-Li)
BUG FIX FOR BCF!
Commits
- 9522938: use hts_get_format (Zilong-Li)
- b703214: fix subsetting variants and samples at the same time for bcf (Zilong-Li)
v0.6.0
Commits
- 2efd1c7: can setRegion/getStatus multiple times without potential leaks (Zilong-Li)
- 915c6c1: update doc and test (Zilong-Li)
v0.5.2
Commits
- 45b51be: throw error if a query region doesn't exist (Zilong-Li)
v0.5.1
Commits
- d325934: update test (Zilong-Li)
- e19cbaf: add updateSamples() (Zilong-Li)
- e6e7be8: v0.5.1: fix updateSamples and tests (Zilong-Li)
v0.5.0
Commits
- ae10ed1: add vcf_nipt cmd (Zilong-Li)
- 317e93c: v0.5.0: two api of BcfRecord breaking and copyHeader updated (Zilong-Li)
v0.4.2
Commits
- 7601e1b: update tools (Zilong-Li)
- 749c838: BcfWriter copyHeader with specific samples (Zilong-Li)