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

Rust bindings to minimap2 library

Results 19 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

Hi @jguhlin, Thanks for all of the recent changes to minimap2-rs. The new builder is much harder to misuse, and with the new index handling, I'm able to get rid...

Hi @jguhlin, I'm in the process of updating this dependency for StarPhase, and I've run into some issues. Currently, I'm on version 0.1.16, and I tried updating to the latest...

Hi, @jguhlin, It has been two year when I first learned about this repository. Thanks for you great work on rust binding. I noticed now minimap2-sys only support use bitor(|)...