DEBSOURCES
Skip Quicknav
sources / snakemake / 7.32.4-8.1 / tests / test_github_issue456 / Snakefile
123456789
shell.executable("bash") rule all: input: gff_dir='references/gffs/' output: test_file='test.txt' shell: "echo b0rk > {output.test_file}"