We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c404974 commit 652694fCopy full SHA for 652694f
bio2zarr/vcf.py
@@ -53,7 +53,7 @@ class VcfFieldSummary:
53
def update(self, other):
54
self.num_chunks += other.num_chunks
55
self.compressed_size += other.compressed_size
56
- self.uncompressed_size = other.uncompressed_size
+ self.uncompressed_size += other.uncompressed_size
57
self.max_number = max(self.max_number, other.max_number)
58
self.min_value = min(self.min_value, other.min_value)
59
self.max_value = max(self.max_value, other.max_value)
0 commit comments