superlint/.automation/test/snakemake/snakemake_bad_1.smk

11 lines
164 B
Text

rule all:
input:
file1='result.txt',
rule simulation:
output:
file1="result.txt"
shell:
"""
touch {output}
"""