Skip to content

SB field Number is changed from 4 to 1 during conversion #355

@tomwhite

Description

@tomwhite

Found while working on sgkit-dev/vcztools#198

$ 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.">

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions