From 5a75be25b222c7494e86e5ba900dcf4a750bf171 Mon Sep 17 00:00:00 2001 From: josefawelling Date: Thu, 21 Dec 2023 15:09:23 +0000 Subject: [PATCH] linting --- workflow/rules/contamination.smk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/rules/contamination.smk b/workflow/rules/contamination.smk index 217965a..bca9900 100644 --- a/workflow/rules/contamination.smk +++ b/workflow/rules/contamination.smk @@ -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: