/platonyzer

Primary LanguageCMakeBSD 2-Clause "Simplified" LicenseBSD-2-Clause

platonyzer

This is the repository for platonyzer, an application to create restraints for metal sites. This program is part of the PDB-REDO suite of programs.

Installation

To install, first install libcifpp and libpdb-redo then use

git clone https://github.com/PDB-REDO/platonyzer.git
cd platonyzer
mkdir build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build