PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Validator: Add option to warn about unused / non-standard columns #128

Open dweindl opened 2 years ago

dweindl commented 2 years ago

Might be helpful to spot typos in column names. Those aren't easy to catch, as some columns are optional and additional columns are allowed in most files. Could also implement something smarter, e.g. flagging column IDs with a small Levenshtein distance from standard columns.