Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source package directory.
cd /path/to/deeptools
- Decompress the installation package and go to the directory generated after the decompression.
tar xvf 3.5.1.tar.gz cd deepTools-3.5.1
- Perform the installation.
python3 setup.py install
Parent topic: deepTools 3.5.1 Porting Guide (Kylin V10)