Skip to content

Last genotype block not printed when merging is enabled (on min_dp branch) #5

@Redmar-van-den-Berg

Description

@Redmar-van-den-Berg

When merging is enabled, the last genotype block is never printed. See the attached example file
micro.g.vcf.gz

./gvcf2coverage -t 120 < micro.g.vcf 
chrM	0	152	2
chrM	750	1438	2
.
.
.
chrM	16022	16023	2

When merging is disabled, the last block is printed

./gvcf2coverage -t 120 -n < micro.g.vcf
chrM	0	151	2
chrM	151	152	2
chrM	750	1437	2
.
.
.
chrM	16022	16023	2
chrM	16559	16569	2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions