From 7dbbae28b217a4baa7a842eadf2a2a03d155134f Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 7 Oct 2024 17:07:54 -0400 Subject: [PATCH] fix indentation --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 7896509..9fbb633 100644 --- a/Snakefile +++ b/Snakefile @@ -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