DEBSOURCES
Skip Quicknav
sources / snakemake / 7.32.4-8.1 / tests / test_github_issue2142 / Snakefile
12345678
rule all: input: "data.txt" log: "logs/all.log" rule A: output: "data.txt" shell: "touch {output}"