From b4c067b9f672630784e5c3c9eba60eea10646dfb Mon Sep 17 00:00:00 2001 From: chenv3 <43543446+chenv3@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:56:38 -0400 Subject: [PATCH] Remove local rule --- workflow/rules/gex.smk | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/rules/gex.smk b/workflow/rules/gex.smk index 99fbda4..0912fbd 100644 --- a/workflow/rules/gex.smk +++ b/workflow/rules/gex.smk @@ -331,7 +331,6 @@ rule copySeuratQCSummaryReport: report = join(workpath, "finalreport", "seurat", "Summary_QC_Report.html") params: rname = "copySeuratQCSummaryReport" - localrule: True shell: """ cp {input.report} {output.report}