Installing CD-HIT
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package.
cd /path/to/LTR_retriever wget https://github.com/weizhongli/cdhit/archive/refs/tags/V4.8.1.tar.gz tar xvf V4.8.1.tar.gz
- Go to the installation directory and perform the compilation and installation.
cd cdhit-4.8.1 make
Parent topic: Configuring the Compilation Environment