Skip to content

Commit 66fb7ee

Browse files
Add some logging
1 parent 6a8c1ef commit 66fb7ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bio2zarr/vcf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,9 @@ def finalise_array(self, name):
19751975
def finalise(self, show_progress=False):
19761976
self.load_metadata()
19771977

1978+
logger.info("Scanning {self.num_partitions} partitions")
19781979
missing = []
1980+
# TODO may need a progress bar here
19791981
for partition_id in range(self.num_partitions):
19801982
if not self.partition_path(partition_id).exists():
19811983
missing.append(partition_id)

0 commit comments

Comments
 (0)