dancsi / OrthoCCTools

Computational coiled-coil peptide design toolkit, written in modern C++
https://www.dancsi.net/icipa
MIT License
3 stars 2 forks source link

Access scorer functionality from Python #17

Open ajasja opened 6 years ago

ajasja commented 6 years ago

Expose the scorer classes (ScoringHelper etc...) to Python. Either using pybind11, Boost.python or SWIG.

dancsi commented 6 years ago

Work for this has started in 86bb6b8f9e17a4d471e57085d145e69cf2ba106b. Now, the pyccscore module is copied to the install directory, and can be imported as a regular module. It provides the functions score_potapov, score_bcipa and score_qcipa.