diff --git a/Snakefile b/Snakefile
index d2c7cc8b3044633fc856f5f88ff5425668a3e537..f86ecd02496507199355d68262e512b10e94e383 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):