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

debug static configfile in rule all

parent 44f1ed49
No related branches found
No related tags found
No related merge requests found
...@@ -463,7 +463,7 @@ rule all: ...@@ -463,7 +463,7 @@ rule all:
scripts = directory(config["results_dir"]+"/workflow/scripts"), scripts = directory(config["results_dir"]+"/workflow/scripts"),
params = config["results_dir"]+"/workflow/params.yml" params = config["results_dir"]+"/workflow/params.yml"
params: params:
params_file = config["results_dir"]+"/params.yml", params_file = workflow.overwrite_configfile,
shell: shell:
"cp /workflow/Snakefile {output.Snakefile} && " "cp /workflow/Snakefile {output.Snakefile} && "
"cp /workflow/get_samples.py {output.get_samples} && " "cp /workflow/get_samples.py {output.get_samples} && "
......
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