From 646cdfac57f07a0030d431136e845ff41644c114 Mon Sep 17 00:00:00 2001
From: papanikos <n.pappas@uu.nl>
Date: Thu, 14 Jan 2021 09:10:11 +0100
Subject: [PATCH] remove leftover } in htp rule

---
 workflow/Snakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/Snakefile b/workflow/Snakefile
index 0b77579..e6b04c9 100644
--- a/workflow/Snakefile
+++ b/workflow/Snakefile
@@ -232,7 +232,7 @@ rule run_htp:
 	output:
 		htp_raw = "results/{sample}/htp/raw.txt"
 	log:
-		stderr = "logs/{sample}/htp.stderr}"
+		stderr = "logs/{sample}/htp.stderr"
 	params:
 		fasta_dir = "./results/{sample}/tmp/genomes"
 	container:
-- 
GitLab