Hi,
with the updated results.smk, it seems like "Solving a scenario" in README doesn't work anymore:
snakemake -jall --restart-times 3 results/<scenario>/results.csv
rule all_scenario_results:
input:
results=expand(
"results/{instances}/results.csv",
instances=custom_instance_pattern(scenarios),
),
output:
results="results/results.csv",
Hi,
with the updated results.smk, it seems like "Solving a scenario" in README doesn't work anymore:
snakemake -jall --restart-times 3 results/<scenario>/results.csv