lightning-auriga / snakemake_unit_tests

Candidate supplement to snakemake --generate-unit-tests with more compatible use cases and flexibility.
MIT License
0 stars 1 forks source link

scan config file for unsupported tags #37

Closed lightning-auriga closed 2 years ago

lightning-auriga commented 2 years ago

as of !35, unsupported tags in --config/-c are silently ignored. this isn't necessarily a bad thing, but leads to confusing behavior if the config was created based on an old version of the interface specification. possible solutions:

lightning-auriga commented 2 years ago

so I think I'm going to compromise and invoke validate via an exec call after minimal command line parsing.

lightning-auriga commented 2 years ago

this should be fully patched in as of 92c2003 and will hopefully prevent much confusion in the future.