Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 16, 2024
1 parent 975b15c commit fa8da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def lookup_genomes(
"""
Run lookup function with default parameters in order to search user-provided sequence/annotation files
"""
query: str = (
query = str(
"species == '{wildcards.species}' & build == '{wildcards.build}' & release == '{wildcards.release}'".format(
wildcards=wildcards
)
Expand Down

0 comments on commit fa8da0a

Please sign in to comment.