Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
josefawelling committed Dec 21, 2023
1 parent b425892 commit 5a75be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/contamination.smk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
rule download_human_ref:
output:
get_human_ref(),
hfile=get_human_ref(),
params:
download=config["human-ref"],
folder=get_resource_path(),
folder=lambda wildcards, output: Path(output.hfile).parent, #get_resource_path(),
log:
"logs/human_ref_download.log",
conda:
Expand Down

0 comments on commit 5a75be2

Please sign in to comment.