GenSpectrum / LAPIS-SILO

Sequence Indexing engine for Large Order of genomic data
GNU Affero General Public License v3.0
12 stars 3 forks source link

Error on unknown Config values #594

Open Taepper opened 6 days ago

Taepper commented 6 days ago

We should throw an error when the config contains unknown values.

This is particularly important now, that we are working on breaking changes regarding the config, and, thus, we need to detect and throw an error when old config files are used with the new version

pflanze commented 6 days ago

It will be a good idea to scan for unknown env vars matching SILO_*, too.