Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1014 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 1014 Bytes

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.