Skip to content

repack

Tool for repacking pod5 files to potentially improve performance

repack_pod5

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

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

repack_pod5_file

repack_pod5_file(src: Path, dest: Path)

Repack the source pod5 file into dest