Created
September 25, 2015 05:12
-
-
Save beomjunshin-ben/3095a63aeea9d4e202f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configfile: "config.json" | |
rule target: | |
input: expand("--a {a} --b {b} --c {c}", a=config["a"], b=config["b"], c=config["c"]) | |
rule neural_network: | |
output: expand("--a {a} --b {b} --c {c}", a=config["a"], b=config["b"], c=config["c"]) | |
shell: "python a.py {output}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment