Skip to content

merge

Tool for merging pod5 files

main

main()

pod5_merge main program

merge_pod5

merge_pod5(
    inputs: Iterable[Path],
    output: Path,
    duplicate_ok: bool = False,
    force_overwrite: bool = False,
    recursive: bool = False,
    threads: int = DEFAULT_THREADS,
    readers: int = 5,
) -> None

Merge the an iterable of input pod5 paths into the specified output path