Skip to content

Commit 2637836

Browse files
Merge pull request #164 from jeromekelleher/dont-trust-indexes
Various fixes to ICF
2 parents 6508b6b + 0285994 commit 2637836

18 files changed

+325
-235
lines changed

bio2zarr/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def dexplode_partition(icf_path, partition, verbose):
233233
from 0 (inclusive) to the number of paritions returned by dexplode_init (exclusive).
234234
"""
235235
setup_logging(verbose)
236-
vcf.explode_partition(icf_path, partition, show_progress=False)
236+
vcf.explode_partition(icf_path, partition)
237237

238238

239239
@click.command

0 commit comments

Comments
 (0)