Skip to content

Filter BAM file based on read mean QV, implemented in Rust

License

Notifications You must be signed in to change notification settings

JMencius/BamQVFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BamQVFilter

Installation

Download a ready-to-use binary from the release You may have to change the file permissions to execute it with chmod +x bamqvfilter.

Usage

Filters BAM files based on read quality values.
Options:
  -q, --quality <QUALITY>  Sets a minimum Phred average quality score
  -t, --threads <THREADS>  Use N parallel threads [default: 4]
  -i, --input <INPUT>      Input filename
  -o, --output <OUTPUT>    Output filename
  -h, --help               Print help
  -V, --version            Print version

example:

bamqvfilter -i input.bam -t 24 -q 10 -o output.bam;

About

Filter BAM file based on read mean QV, implemented in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages