Skip to content

Commit

Permalink
Update ipk.py to avoid CPU oversubscription from raxml-ng side
Browse files Browse the repository at this point in the history
  • Loading branch information
blinard-BIOINFO authored Feb 23, 2024
1 parent 16129b2 commit 20bfa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipk.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def validate_model(ctx, param, value):
Saves time during database load and save, but requires more disk space.""")
@click.option('--threads',
type=int,
default=4,
default=1,
show_default=True,
help="Number of threads used to compute phylo-k-mers.")
def build(ar,
Expand Down

0 comments on commit 20bfa40

Please sign in to comment.