Just two little improvements to the check_annotations.py script:
Import the annotations.csv with default str data type. Otherwise plate names like '001' will be transformed to '1'.
Add an option to prevent the entries which don't have any problems from being reported in the output csv. If there are ten thousands of entries and only a few have issues, then the output csv file is very difficult to read.
Just two little improvements to the check_annotations.py script:
str
data type. Otherwise plate names like '001' will be transformed to '1'.