DEBSOURCES
Skip Quicknav
sources / snakemake / 7.32.4-8.1 / tests / test_script_py / Snakefile
1234567891011121314
shell.executable("bash") configfile: "config.yaml" rule all: input: "test.out", rule: output: "test.out" script: "scripts/test.py"