Filter SAM file by sequence identity and alignment ratio
Rust
Filter SAM file by sequence identity and alignment ratio
usage
Filters CIGAR strings by sequence identity and alignment ratio in SAM files
Usage: sam_filter [OPTIONS] --identity <min_identity> --ratio <min_ratio>
Options:
-i, --identity <min_identity> Minimum matching identity as a float
-r, --ratio <min_ratio> Minimum query alignment ratio as a float
--reverse If used, print lines where identity <= min_identity (ignoring ratio), otherwise print lines where identity > min_identity and ratio > min_ratio
-h, --help Print help
-V, --version Print version