filter
Tool for subsetting pod5 files into one or more outputs using a list of read ids
filter_pod5
filter_pod5(
inputs: List[Path],
output: Path,
ids: Path,
missing_ok: bool = False,
duplicate_ok: bool = False,
force_overwrite: bool = False,
recursive: bool = False,
threads: int = DEFAULT_THREADS,
) -> None
Prepare the pod5 filter mapping and run the repacker
filter_reads
Copy the reads in sources into a new pod5 file at dest