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

Interfacing sequence_analysis with Python #56

Closed
thomasarsouze opened this issue Apr 22, 2024 · 3 comments
Closed

Interfacing sequence_analysis with Python #56

thomasarsouze opened this issue Apr 22, 2024 · 3 comments
Assignees

Comments

@thomasarsouze
Copy link
Contributor

Currently, wrappers compilation is commented in stat_tool but works in sequence_analysis. Uncommenting the lines leads to a compilation issue. This suggests that C++ code diverges from associated wrappers implementation.

This possibilities are the following:

  • debug the wrapping in new_python_api branch, sticking to python2.7
  • directly creating a python3 version / interface either boost / autowig / pybind11
@pradal
Copy link
Contributor

pradal commented Jun 21, 2024

No. The wrappers have not been built and the C++ API have evolved...
In both old and new wrappers, it seems that the API has changed and either we need to regenrate the wrappers, or at least update to new API

@pradal
Copy link
Contributor

pradal commented Jun 21, 2024

I build the old wrappers and update slightly the code on my computer (Mac).
Push it in the branch

@pradal
Copy link
Contributor

pradal commented Jul 8, 2024

Done

@pradal pradal closed this as completed Jul 8, 2024
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