AlloType can be compiled from source code using CMake. Enter the working directory that contains this README.md file, then executing these commands:
mkdir build
cd build
cmake ..
make
sudo make install
AlloType will be installed into /usr/bin by default. You can specify another installation location by adding --DCMAKE_INSTALL_PREFIX=/path/to/AlloType/root to the end of cmake command.
There is one simple example in the examples/ directory that go over the basic way to use AlloType.
For detailed information about the underlying mechanisms, please see [PAPER].
AlloType was written by Qiaojing Huang and Pengbo Song in the Liu Lab and Lai Lab.
AlloType
Methods to predict allosteric regulation type.
AlloType – A Coarsd-Grained Model to predict allosteric regulation type
Installation Guide
First check that you have CMake version 3.1.0 or later. Check that you have compiled Boost and Eigen3.
For Ubuntu, you can install essential components by executing the following command:
AlloType can be compiled from source code using CMake. Enter the working directory that contains this
README.mdfile, then executing these commands:AlloType will be installed into
/usr/binby default. You can specify another installation location by adding--DCMAKE_INSTALL_PREFIX=/path/to/AlloType/rootto the end of cmake command.There is one simple example in the
examples/directory that go over the basic way to use AlloType.For detailed information about the underlying mechanisms, please see [PAPER].
AlloType was written by Qiaojing Huang and Pengbo Song in the Liu Lab and Lai Lab.
Please address all questions to chemhqj@pku.edu.cn