Skip to content

Commit

Permalink
Merge pull request #145 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
ENH: tidy progress bars in homology search
  • Loading branch information
GavinHuttley authored Jul 29, 2024
2 parents 4db4864 + 9c8ba1f commit 218e651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ensembl_lite/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ def homologs(
if limit and len(related) >= limit:
break

progress.update(searching, advance=len(gene_ids))

if verbose:
print(f"Found {len(related)} homolog groups")

Expand Down

0 comments on commit 218e651

Please sign in to comment.