Skip to content

hisakatha/extract-bam-unique-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A program to extract unique alignments with a specified mapping quality in a bam file. Both primary and secondary alignments of a read will be removed, if they have higher mapping quality (MapQ) than a specified threshold.

How to install

Please set up a Rust environment, and then

  • cargo build --release and find the executable at target/release
  • or cargo install --path .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages