Installing dbMAP
Cmake and scikit-build are required to install dbMAP.
You should check if scikit-build is installed.
pip3 install scikit-build
If you are using Linux, make sure cmake is also installed:
apt-get install cmake
Install via pip or conda
You can easily install dbMAP via pip
pip3 install dbmap
or via conda:
conda install dbmap
Install from source
To install from source, clone the github repository:
git clone https://github.com/davisidarta/dbMAP.git
cd dbMAP
pip3 install .