From 194fe9af22eb9820593baf382b2271e1ac354742 Mon Sep 17 00:00:00 2001 From: Thomas Weber Date: Mon, 4 Dec 2023 15:04:32 +0000 Subject: [PATCH] Small fix --- workflow/rules/count.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rules/count.smk b/workflow/rules/count.smk index 7eee69bb..3cc8fdc2 100755 --- a/workflow/rules/count.smk +++ b/workflow/rules/count.smk @@ -215,7 +215,7 @@ else: "../envs/mc_base.yaml" shell: """ - cp {input.norm} {ouput.merged} + cp {input.norm} {output.merged} """