fiddle is a PDB parser/simulation suite used internally by QB3 Research Institute’s Head-Gordon Group for protein folding problems and entropy calculations. It is currently under intensive development.
-
git
-
Python >= 3.2
-
g++
-
make
Refer to Python for platform-specific Python installation instructions.
Then pull code from GitHub:
$ git pull git@github.com:q10/fiddle.git
Simply run the following command on terminal in the code directory:
$ python runtime.py
-
Source hosted at GitHub.
-
Report issues on GitHub Issues
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.
fiddle is licensed under the the New BSD License and may be freely redistributed under the terms specified in the LICENSE file.