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 9d1e35b commit b22f2daCopy full SHA for b22f2da
bio2zarr/vcf.py
@@ -1975,7 +1975,9 @@ def finalise_array(self, name):
1975
def finalise(self, show_progress=False):
1976
self.load_metadata()
1977
1978
+ logger.info("Scanning {self.num_partitions} partitions")
1979
missing = []
1980
+ # TODO may need a progress bar here
1981
for partition_id in range(self.num_partitions):
1982
if not self.partition_path(partition_id).exists():
1983
missing.append(partition_id)
0 commit comments