#Minimap2 #Rust library release: minimap2 v0.1.13+minimap2.2.26
* Latest minimap2 stable release (2.26)
* with_seq function
* hopefully compiles for MacOS / aarch64.
* Still struggling with SSE, I recommend using simde feature
* Soft-clipping properly in CIGAR strings but use caution. Happy to work on it more.
https://github.com/jguhlin/minimap2-rs
https://crates.io/crates/minimap2
And the -sys crate
https://crates.io/crates/minimap2-sys
So - with kit v14 and what seems to be pretty great #nanopore read qualities across the board (still itching to test out duplex calls on existing data and compare), should we reconfigure #minimap2 options for longread mapping? Or would using asm5 preset suffice?
Anyone with v14 reads with some insights?
Is there any one familiar with analysis of #nanopore #longreads ?
I'm having some bizarre issues when using #minimap2 to align them and I'm almost out of ideas of what to try next...
Here's an explanation of my issue
New update to the #minimap2 #rust crate. Experimental multithread support.