Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Install the dependencies.
pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple wheel pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple scikit-learn h5py biopython matplotlib seaborn numpy pysam scipy pandas
- Add the folder to the path of the Python 3 running module.
python3 import sys sys.path.append('/path/to/mCaller')
Parent topic: mCaller 1.0.3 Porting Guide (CentOS 8.2)