- fix subsetting for bcf #11
- add
BcfReader::getStatus
- fix
BcfReader::getVariantsCount
- improve memory safety
- throw errors if a query region doesn’t exist
- add
BcfHeader::updateSamples
- major release with breaking APIs:
setCHR
,setID
,setRefAlt
- new tool:
vcf_nipt
, which splits the output of QUILT2-nipt into two VCFs for mother and fetus respectively.
- rename BcfRecord::INFO as BcfRecord::allINFO
- major release
- fix BcfWriter
- add split_string
- add INFO()
- BcfReader API break change
- add setRegionIndex
- support multiplodiy
- handl genotype missingness.
-9
represents missing value. - update API
setGenotypes
- add updateGenotypes, setAlleleStr
- update clang format
- bug fix
- add some tools
- bug fix
- fix writer
- fix inconsistency style
- first release