

configfile: "test.yaml"

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