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

Smith Waterman requires GATK classes to use #92

Closed
d-cameron opened this issue May 7, 2018 · 2 comments
Closed

Smith Waterman requires GATK classes to use #92

d-cameron opened this issue May 7, 2018 · 2 comments

Comments

@d-cameron
Copy link

No GATK-independent API is provided for the accelerated smith waterman implementation. It would be quite useful to be able to use this implementation to replace http://jaligner.sourceforge.net or the java bindings I wrote for https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library.

Are there any plans to release a stand-alone AVX accelerated S/W implementation?

@gspowley
Copy link
Contributor

gspowley commented May 7, 2018

PR #91 provides a way to build Smith-Waterman and PairHMM in a standalone C library. It hasn't been merged yet because we haven't had time to review it.

If you would like to give the PR a try, we would welcome your feedback.

@lbergelson
Copy link
Contributor

@d-cameron Maybe I misunderstand, but the only GATK dependency in GKL is https://github.com/broadinstitute/gatk-native-bindings which is a totally independent library that is dependency free. It doesn't pull in the whole GATK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants