Skip to content

Commit

Permalink
Merge pull request #164 from jeromekelleher/dont-trust-indexes
Browse files Browse the repository at this point in the history
Various fixes to ICF
  • Loading branch information
jeromekelleher authored May 2, 2024
2 parents 6508b6b + 0285994 commit 2637836
Show file tree
Hide file tree
Showing 18 changed files with 325 additions and 235 deletions.
2 changes: 1 addition & 1 deletion bio2zarr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def dexplode_partition(icf_path, partition, verbose):
from 0 (inclusive) to the number of paritions returned by dexplode_init (exclusive).
"""
setup_logging(verbose)
vcf.explode_partition(icf_path, partition, show_progress=False)
vcf.explode_partition(icf_path, partition)


@click.command
Expand Down
Loading

0 comments on commit 2637836

Please sign in to comment.