Skip to content

Instantly share code, notes, and snippets.

@beomjunshin-ben
Created September 25, 2015 05:12
Show Gist options
  • Save beomjunshin-ben/3095a63aeea9d4e202f7 to your computer and use it in GitHub Desktop.
Save beomjunshin-ben/3095a63aeea9d4e202f7 to your computer and use it in GitHub Desktop.
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