编译和安装

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令安装依赖。

    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. 执行以下命令将文件夹添加到Python3运行模块路径。

    python3
    import sys
    sys.path.append(‘/path/to/mCaller’)