rule a:
    output:
        "test.out"
    conda:
        "env.yaml"
    script:
        "script.py"