configfile: "wbuild.yaml"
include: ".wBuild/wBuild.snakefile"

rule all:
	input: rules.Index.output, "Output/html/readme.html"
	output: touch("Output/all.done")
