.clang-format
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
dev.py
pyproject.toml
setup.py
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/docker/buildwheel.sh
.github/workflows/docker/shared.env
lib/meson.build
lib/tests.c
lib/vcf_encoder.c
lib/vcf_encoder.h
performance/compare.py
performance/data/.gitignore
performance/data/Makefile
performance/data/requirements.txt
tests/__init__.py
tests/test_bcftools_validation.py
tests/test_cli.py
tests/test_cpython_interface.py
tests/test_filter.py
tests/test_plink.py
tests/test_plink_validation.py
tests/test_query.py
tests/test_regions.py
tests/test_stats.py
tests/test_utils.py
tests/test_vcf_roundtrip.py
tests/test_vcf_writer.py
tests/utils.py
tests/data/txt/samples.txt
tests/data/vcf/1kg_2020_chr20_annotations.bcf
tests/data/vcf/1kg_2020_chr20_annotations.bcf.csi
tests/data/vcf/1kg_2020_chrM.vcf.gz
tests/data/vcf/1kg_2020_chrM.vcf.gz.csi
tests/data/vcf/chr22.vcf.gz
tests/data/vcf/chr22.vcf.gz.csi
tests/data/vcf/field_type_combos.vcf.gz
tests/data/vcf/field_type_combos.vcf.gz.csi
tests/data/vcf/msprime_diploid.vcf.gz
tests/data/vcf/msprime_diploid.vcf.gz.csi
tests/data/vcf/sample.vcf.gz
tests/data/vcf/sample.vcf.gz.csi
vcztools/__init__.py
vcztools/__main__.py
vcztools/_vcztoolsmodule.c
vcztools/_version.py
vcztools/cli.py
vcztools/constants.py
vcztools/filter.py
vcztools/plink.py
vcztools/query.py
vcztools/regions.py
vcztools/retrieval.py
vcztools/stats.py
vcztools/utils.py
vcztools/vcf_writer.py
vcztools.egg-info/PKG-INFO
vcztools.egg-info/SOURCES.txt
vcztools.egg-info/dependency_links.txt
vcztools.egg-info/entry_points.txt
vcztools.egg-info/requires.txt
vcztools.egg-info/top_level.txt