Skip to content
Snippets Groups Projects
Commit a38638ea authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

Update Snakefile

parent 082792f8
No related branches found
No related tags found
No related merge requests found
...@@ -808,7 +808,7 @@ if config["macs2"]["do"] and model in ["narrow"] and not config["intersectionApp ...@@ -808,7 +808,7 @@ if config["macs2"]["do"] and model in ["narrow"] and not config["intersectionApp
if config["seacr"]["do"] : if config["seacr"]["do"] :
CALL_MOD += ["seacr_" + config["seacr"]["threshold"]] 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] CALL_MOD += ["macs2_" + model_dir]
def IA_input(wildcards): def IA_input(wildcards):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment