superlint/test/linters/snakemake_snakefmt/snakemake_bad_1.smk

12 lines
164 B
Text
Raw Normal View History

2020-09-07 10:55:06 -04:00
rule all:
input:
file1='result.txt',
rule simulation:
output:
file1="result.txt"
shell:
"""
touch {output}
"""