rule a:
    output:
        multiext("ref/genome", ".ann", ".bwt", ".sa", "_test.fai")
    shell:
        "touch {output}"
