Skip to content

Commit

Permalink
BUG: remove hard-coding of maximum number of workers
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Apr 12, 2024
1 parent b8df662 commit 74a4a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ensembl_lite/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ def homologs(installed, outpath, relationship, limit, force_overwrite, verbose):
for seqs in get_seqs.as_completed(
sp_gene_groups,
parallel=True,
par_kw=dict(max_workers=11),
show_progress=False,
):
if not seqs:
Expand Down

0 comments on commit 74a4a99

Please sign in to comment.