leandroradusky / pyfoldx

pyFoldX: python bindings for FoldX.
37 stars 4 forks source link

pyfoldx: Python Bindings for FoldX

Official bindings of FoldX for Python programming language.

Dependencies

Installing

1) Before start, a FoldX executable is needed by pyFoldX to function. You can obtain it for free upon registration here. Once you have the executable in your filesystem, add the following line to your .bashrc:

```
export FOLDX_BINARY=/your/path/to/foldx
```

2) (optional) Create a virtual environment to install the tool:

```
virtualenv pyfoldx-env
. pyfoldx-env/bin/activate
```

3) Install pyFoldx and its requirements:

```
pip install pyfoldx
```

Note: if you have several python versions within your system or environment, you should run the proper pip (i.e. pip3.8).

Tutorials

Datasets & Resources