Found while working on https://github.com/sgkit-dev/vcztools/pull/198 ```shell $ bcftools view --header-only ../vcztools/tests/data/vcf/chr22.vcf.gz | grep SB ##FORMAT=<ID=SB,Number=4,Type=Integer,Description="Per-sample component statistics which comprise the Fisher's Exact Test to detect strand bias."> $ vcf2zarr convert --force ../vcztools/tests/data/vcf/chr22.vcf.gz chr22.vcz $ vcztools view --header-only chr22.vcz | grep SB ##FORMAT=<ID=SB,Number=1,Type=Integer,Description="Per-sample component statistics which comprise the Fisher's Exact Test to detect strand bias."> ```