pod5_repack

Tool for repacking pod5 files to potentially improve performance

main()[source]
repack_pod5(inputs: List[Path], output: Path, threads: int = 2, force_overwrite: bool = False, recursive: bool = False)[source]

Given a list of pod5 files, repack their contents and write files 1-1

repack_pod5_file(src: Path, dest: Path)[source]

Repack the source pod5 file into dest

resolve_overwrite(src: Path, dest: Path, force: bool) None[source]