shell.executable("bash")

configfile: "config/config.yaml"


module test:
    snakefile:
        "module-test/Snakefile"
    config:
        config
    prefix:
        "foo"


use rule * from test
