Skip to content

Commit

Permalink
fix gtf path
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 8, 2024
1 parent d4bcf88 commit 4feef17
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 @@ -369,7 +369,7 @@ def get_gtf(
Return path to the final genome annotation
"""
default: str = (
"reference/annotation/{wildcards.species}.{wildcards.build}.{wildcards.release}i/{wildcards.species}.{wildcards.build}.{wildcards.release}.gtf".format(
"reference/annotation/{wildcards.species}.{wildcards.build}.{wildcards.release}/{wildcards.species}.{wildcards.build}.{wildcards.release}.gtf".format(
wildcards=wildcards
)
)
Expand Down

0 comments on commit 4feef17

Please sign in to comment.