From 3bf917c84b45e2c0b800a7691611ecd1abec4cb4 Mon Sep 17 00:00:00 2001 From: Trestan Pillonel Date: Mon, 17 Jun 2024 11:09:06 +0200 Subject: [PATCH] added rulle flash_all --- rules/report_generation/collect_statistics.rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rules/report_generation/collect_statistics.rules b/rules/report_generation/collect_statistics.rules index 2e9957e..182c685 100644 --- a/rules/report_generation/collect_statistics.rules +++ b/rules/report_generation/collect_statistics.rules @@ -18,6 +18,11 @@ rule statistics: script: "scripts/statistics.py" +rule flash_all: + input: + flash_data = expand("samples/{sample}/reads/raw/{sample}.log", sample=read_naming.keys()), + flash_hist = expand("samples/{sample}/reads/raw/{sample}.hist", sample=read_naming.keys()), + rule statistics_assembly: conda: