rule a:
    output:
        "test.out"
    threads: 20
    run:
        print(threads)
        shell("echo {threads} > {output}")
