aboutsummaryrefslogtreecommitdiff
path: root/r_qtl/fileerrors.py
AgeCommit message (Collapse)Author
2024-08-12Define new InvalidValue error type.Frederick Muriuki Muriithi
Redesign the InvalidValue error type for the R/qtl2 bundles to list the errors according to the row and column titles rather than line numbers. This makes the error-reporting independent on whether or not the file is transposed. This will replace the use of the older `quality_control.errors.InvalidValue` error type that depends on the line and column numbers, and thus cannot work with transposable files.
2024-02-08Use error objects rather than plain tuple values.Frederick Muriuki Muriithi