Getting Started¶
Installation¶
Install from Pypi¶
You will need to have the pip python package manager installed.
pip install kProcessor
Install Manually¶
Requirements¶
sudo apt-get install g++ swig cmake python3-dev zlib1g-dev libghc-bzlib-dev python3-distutils
Clone¶
git clone --recursive --branch devel https://github.com/dib-lab/kProcessor.git kProcessor
cd kProcessor
Build kProcessorLib¶
mkdir build
cd build/
cmake ..
make
cd ..
Install kProcessor Python Package¶
python3 setup.py install