superlint/.automation/test/snakemake/snakemake_bad_1.smk
2020-09-07 16:55:06 +02:00

12 lines
165 B
Text

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