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.
2 parents facce11 + 652694f commit bee6a7bCopy full SHA for bee6a7b
bio2zarr/vcf.py
@@ -64,7 +64,7 @@ class VcfFieldSummary:
64
def update(self, other):
65
self.num_chunks += other.num_chunks
66
self.compressed_size += other.compressed_size
67
- self.uncompressed_size = other.uncompressed_size
+ self.uncompressed_size += other.uncompressed_size
68
self.max_number = max(self.max_number, other.max_number)
69
self.min_value = min(self.min_value, other.min_value)
70
self.max_value = max(self.max_value, other.max_value)
0 commit comments