recover Tool for recovering truncated pod5 files RecoveredData dataclass RecoveredData( signal_rows: int = 0, reads: int = 0, run_infos: int = 0, files_with_errors: int = 0 ) Holds info about recovered data. recover_pod5 recover_pod5(inputs: List[Path], force_overwrite: bool, recursive: bool, cleanup: bool) Given a list of truncated pod5 files, recover their data.