Skip to content
Snippets Groups Projects
Commit 44f1ed49 authored by mmassaviol's avatar mmassaviol
Browse files

debug static params_file

parent 470c5383
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ rule prepare_report:
config_multiqc = config["results_dir"] + "/config_multiqc.yaml",
params_tab = config["results_dir"] + "/params_tab_mqc.csv"
params:
params_file = config["results_dir"]+"/params.yml",
params_file = workflow.overwrite_configfile,
results_dir = config["results_dir"]
log:
config["results_dir"]+"/logs/prepare_report_log.txt"
......
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