refactor(config)!: drop directed setting#429
refactor(config)!: drop directed setting#429tristan-f-r wants to merge 2 commits intoReed-CompBio:mainfrom
Conversation
Documentation build overview
Show files changed (3 files in total): 📝 3 modified | ➕ 0 added | ➖ 0 deleted
|
|
We were keeping this incase people somehow were still using old configs that had the directed setting. |
|
We already broke old configs in #292. SPRAS is also not stable software. |
|
Now if I provide an old config file I get Previously I would get and the workflow would run. I agree we don't want to be too tethered to backwards compatibility, but the unintelligible error message is much worse than the user-friendly warning. |
|
I am always in favor of better error messages (including in this case), and we can (and do!) provide better error messages in general with #321, since we'll know in advance what algorithms support what keys.
Especially since we currently get this with any typo of algorithm parameters. |
|
If #329 will solve the general case, I would wait to merge this until that is ready. |
|
#329 removes |
|
Superseded by #329. |
It was marked as deprecated.