rule a:
    output:
        expand(directory("{sample}/dir"), sample=["a"])
    shell:
        "mkdir {output}"
