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

12 lines
166 B
Text

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