From c95414cd781175a3f0357fe6fdfe0008458805a2 Mon Sep 17 00:00:00 2001 From: Charlotte Soneson Date: Sat, 2 Mar 2024 12:55:07 +0100 Subject: [PATCH] One more indentation fix --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 7fa417a3..4a6ebaab 100755 --- a/Snakefile +++ b/Snakefile @@ -619,7 +619,7 @@ rule edgeR: ## DRIMSeq rule DRIMSeq: input: - os.path.join(outputdir, "Rout", "pkginstall_state.txt"), + os.path.join(outputdir, "Rout", "pkginstall_state.txt"), rds = os.path.join(outputdir, "outputR", "edgeR_dge.rds"), script = "scripts/run_render.R", template = "scripts/DRIMSeq_dtu.Rmd"