KevinMenden / scaden

Deep Learning based cell composition analysis with Scaden.
https://scaden.readthedocs.io
MIT License
73 stars 26 forks source link

Add lint function to inspect input files #44

Closed KevinMenden closed 3 years ago

KevinMenden commented 3 years ago

As some users have had some trouble with input file formats, it might be useful to have a small linting function that allows to check whether the input is correctly formatted, and if not points to the issues with it.

KevinMenden commented 3 years ago

Decided that a lint function is not really necessary, and instead added more checks and better error messages to the input file reading.