Skip to content

Commit

Permalink
fixed api-key arg
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed May 24, 2024
1 parent 5813ffa commit 2a92eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly_finder/workflow/rules/functions.smk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_limit(wildcards, nbs, dic):
# ARGS
KEY = ""
if API_KEY:
KEY += f"--api-KEY {API_KEY} "
KEY += f"--api-key {API_KEY} "
ARGS = ""
if ANNOTATED:
ARGS += "--annotated "
Expand Down

0 comments on commit 2a92eae

Please sign in to comment.