From a38638eafd508309d619cf929381eab2a7010657 Mon Sep 17 00:00:00 2001 From: Rachel LEGENDRE <rachel.legendre@pasteur.fr> Date: Fri, 16 Feb 2024 15:48:43 +0100 Subject: [PATCH] Update Snakefile --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index d2c7cc8..f86ecd0 100755 --- a/Snakefile +++ b/Snakefile @@ -808,7 +808,7 @@ if config["macs2"]["do"] and model in ["narrow"] and not config["intersectionApp if config["seacr"]["do"] : CALL_MOD += ["seacr_" + config["seacr"]["threshold"]] -if (config["macs2"]["do"] and config["intersectionApproach"]["do"]) or (config["macs2"]["do"] and config["macs2"]["mode_choice"] in ["broad"]): +if config["macs2"]["do"] : CALL_MOD += ["macs2_" + model_dir] def IA_input(wildcards): -- GitLab