Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. 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
  3. Add the folder to the path of the Python 3 running module.
    python3
    import sys
    sys.path.append('/path/to/mCaller')