Changelog
Source:NEWS.md
vcfppR 0.7.0
CRAN release: 2024-12-21
- fix parsing BCF when subsetting sample ids and the genomic region at the same time
- fix
vcfcomp
withstats="nrc"
when the input vectors have different length - use the latest version of htslib v1.21
- reduce the size of installation
vcfppR 0.6.0
CRAN release: 2024-09-29
- upgrade
vcfpp.h
to v0.6.0 - new API
vcfreader$setRegion
- new API
vcfreader$getStatus
vcfppR 0.5.0
CRAN release: 2024-09-22
- upgrade
vcfpp.h
to v0.5.1 - add
bcfreader$updateSamples()
function -
vcfcomp
: can takevcftable
object as input -
vcfcomp
: defaults changedsetid=FALSE
- bug fix
vcfppR 0.4.6
CRAN release: 2024-05-24
- add
vcfplot
function - fix bug in
vcftable
when FORMAT has unaligned list - add vignette on
vcfcomp
vcfppR 0.4.0
CRAN release: 2024-02-26
- add
setid
option for vcftable - patches for upcoming Rtools on windows