pod5_merge

Tool for merging pod5 files

assert_no_duplicate_reads(paths: Iterable[Path]) None[source]

Raise AssertionError if we detect any duplicate read_ids in the pod5 files given.

main()[source]

pod5_merge main program

merge_pod5(inputs: Iterable[Path], output: Path, chunk_size: int = 100, duplicate_ok: bool = False, force_overwrite: bool = False) None[source]

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