Skip to content

PDB-REDO/tortoize

Repository files navigation

Tortoize

Application to calculate ramachandran z-scores.

Building

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.

Usage

See manual page for more info.