Application to calculate ramachandran z-scores.
Make sure you install libcif++ and libzeep first before building.
After that, building should be as easy as typing:
git clone https://github.com/PBD-REDO/tortoize.git
cd tortoize
mkdir build
cd build
cmake ..
cmake --build . --config Release
ctest -C Release
cmake --install .
This will install the tortoize
program in $HOME/.local/bin
. If you want to
install elsewhere, specify the prefix with the CMAKE_INSTALL_PREFIX variable.
See manual page for more info.