Skip to content

Commit

Permalink
Release 0.7.4
Browse files Browse the repository at this point in the history
Release 0.7.4
  • Loading branch information
farchaab authored May 24, 2024
2 parents 0ef529d + aac9e31 commit e808d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly_finder/assembly_finder.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.3
0.7.4
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 e808d4e

Please sign in to comment.