You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(|) operator to set a flag. This method seems a bit complicated when there are many flags that need to be set. I fork your repository and add a list of method to set/unset flags. If you think this way is Ok, I can pull a request.
@jguhlin , I updated the code by using mut &self instead of self. Because most of the flag settings happen after init aligner. So for an aligner, user can use aligner.mapopt.set_xxx to set/unset flags.
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(|) operator to set a flag. This method seems a bit complicated when there are many flags that need to be set. I fork your repository and add a list of method to set/unset flags. If you think this way is Ok, I can pull a request.
The text was updated successfully, but these errors were encountered: