Compiling and Installing Ont-Tombo
- Use PuTTY to log in to the server as the root user.
- Run the following command to install Numpy:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy
- Run the following command to install Scipy:
LAPACK=/path/to/OPENBLAS/lib/libopenblas.so BLAS=/path/to/OPENBLAS/lib/libopenblas.so pip install -i https://pypi.tuna.tsinghua.edu.cn/simple scipy
- Run the following command to install Ont-Tombo:
CFLAGS="-I/path/to/HDF5/include -L/path/to/HDF5/lib" pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ont-tombo
If information similar to the following is displayed, the installation is successful:Successfully installed cython-0.29.15 future-0.18.2 h5py-2.10.0 mappy-2.17 ont-tombo-1.5.1 tqdm-4.43.0
Parent topic: Ont-Tombo 1.5.1 Porting Guide (CentOS 7.6)