Commit 61b20439 authored by Kevin Kunzmann's avatar Kevin Kunzmann

fixed Snakefile

parent 2c0d88df
...@@ -13,8 +13,7 @@ include: "rules/final_imputation_report.rule" ...@@ -13,8 +13,7 @@ include: "rules/final_imputation_report.rule"
rule manuscript_figures: rule manuscript_figures:
input: input:
pop_report = rules.prepare_data_v1_1.output, pop_report = rules.prepare_data_v1_1.output,
posteriors = rules.fit_models_validation_v1_1.input, posteriors = rules.fit_models_validation_v1_1.input
markdown = "manuscript/manuscript.Rmd"
output: output:
"output/v1.1/manuscript-figures.zip" "output/v1.1/manuscript-figures.zip"
shell: shell:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment