Skip to content

PDB-REDO/tortoize

Repository files navigation

Tortoize

github CI

Application to calculate ramachandran z-scores.

Building

The easiest way to install tortoize is by installing CCP4

It is possible to install tortoize on Linux without having CCP4. In that case you will have install some dependencies first. On Debian this boils down to:

sudo apt-get update && sudo apt-get install libcatch2-dev nlohmann-json3-dev libeigen3-dev

And on Ubuntu, slightly different:

sudo apt-get update && sudo apt-get install catch2 nlohmann-json3-dev libeigen3-dev

After that, building and installing should be as simple as:

git clone https://github.com/PDB-REDO/tortoize.git
cd tortoize
cmake -S . -B build
cmake --build build
sudo cmake --install build

Usage

See manual page for more info.