Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Oct 7, 2024
1 parent 61db4f2 commit 7dbbae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_remote_path(path):
rule fetch_epic:
output:
filepath="EPIC/{PATH}"
params:
params:
# wildcards are not included in hash for caching, we need to add them as params
PATH=lambda wildcards: wildcards.PATH
cache: True
Expand Down

0 comments on commit 7dbbae2

Please sign in to comment.