Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorporate O(n^2) time vectorized RNAduplex replacement for sequence pairs #89

Open
dave-doty opened this issue Aug 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dave-doty
Copy link
Member

Chris Thachuk has some extremely fast code that can check two sequences according to a simplified variant of what RNAduplex does. This should be incorporated. (which will require learning how to create Python modules from Rust.)

@dave-doty dave-doty added the enhancement New feature or request label Aug 23, 2021
@dave-doty dave-doty changed the title incorporate fast n^2 vectorized RNAduplex replacement for sequence pairs incorporate n^2 time vectorized RNAduplex replacement for sequence pairs Sep 6, 2021
@dave-doty dave-doty changed the title incorporate n^2 time vectorized RNAduplex replacement for sequence pairs incorporate O(n^2) time vectorized RNAduplex replacement for sequence pairs Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant