minimap2-rs icon indicating copy to clipboard operation
minimap2-rs copied to clipboard

Rust bindings to minimap2 library

Results 15 minimap2-rs issues
Sort by recently updated
recently updated
newest added

Hello! Nice crate, It would be nice to have the ability to build the minimap2 alignment options (i.e `--score-N`) in the same way the MapOpts or IdxOpts are currently implemented....

Hi @jguhlin, First; thanks again for the great work on this. I'm already finding minimap2-rs *super* useful, and we're looking to use it to include a "raw read" mode in...

Hey @jguhlin, Apologies if this is a naive question: I'm wondering if there's a programmatic way to tell the mapper _not_ to allow soft-clippings, and to instead force the alignment...

hi @jguhlin, In this wrapper, is there a way to use interleaved reads (or forward & reverse reads) as input since I only saw single fasta as input. Thanks, Jianshu

https://github.com/lh3/minimap2/tree/master/python Feature tracking for #63