Closed MaGering closed 2 years ago
Thanks for reporting. The commit you point to aimed to separate the preprocessing of scenarios and examples. It worked when I commited it, but seems to be broken.
A quick dive into convinced me that snakemake does not properly process the regular expression in the wildcard constraint. I found this forum discussion which could help?: https://bioinformatics.stackexchange.com/questions/14991/snakemake-wildcard-constraints-reject-too-much
Despite existing rules and correct data storage, the scenarios do not run anymore with
because of a MissingRuleException of
I was able to localize the error. It occurred with commit https://github.com/rl-institut/oemof-B3/commit/5477f0720e0d76aa3ed4e369201697f9ce4547a4 and more precisely in the changes made here in the Snakefile.