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

Add Boost.Python wrappers generated by AutoWIG and Python API #38

Open
pfernique opened this issue Jan 23, 2018 · 3 comments
Open

Add Boost.Python wrappers generated by AutoWIG and Python API #38

pfernique opened this issue Jan 23, 2018 · 3 comments

Comments

@pfernique
Copy link
Contributor

Boost.Python wappers must be added in:

  • stat_tool/src/py/wrapper
  • sequence_analysis/src/py/wrapper

Python API must be added in:

  • stat_tool/src/py/stat_tool
  • sequence_analysis/src/py/sequence_analysis
@pfernique
Copy link
Contributor Author

See progress in branch new_python_api

@pfernique
Copy link
Contributor Author

Done for stat_tool within commit 3c8cbb6

@pfernique
Copy link
Contributor Author

To generate the wrappers, go to in the stat_tool directory and run the AutoWIG.py script using the following command

python AutoWIG.py

To do so, we recommend to install Conda and dependencies in a autowig environment

conda create -n autowig fp17 -c statiskit

Then, prior to each run, activate the environment.

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

No branches or pull requests

1 participant