Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 312 Bytes

SBM_py

Python Version of the Stochastic Boltzman Machine Inference for Protein Models

installation

a cython installation of a routine is required. Adapt the os.environ var in the setup.py script. Afterwards, run the following command to compile the C routine: ''' python setup.py build_ext --inplace -v '''