superlint/.automation/test/snakemake/snakemake_good_1.smk

13 lines
166 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}
"""