Open MurkyTheMurloc opened 2 years ago
I'll have a look. The preferred way of running scenarios should be the new scenario management and snakemake -call --restart-times 3 all_scenario_results
. I'll update the README.md.
If I run snakemake -jall --restart-times 3 results/default/results.csv
, the error is:
MissingRuleException:
No rule to produce results/default/results.csv (if you use input functions make sure that they don't raise unexpected exceptions).
Yes, also linked to the new scenario management. Use
snakemake -jall --restart-times 3 results/results.csv
instead.
I'll have to do an update to the documentation.
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