

include: "test.rules"


configfile: "test.json"


rule:
    output:
        config["outfile"]
    shell:
        "touch {output}"
