Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing bedtools

  1. Use PuTTY to log in to the server as the root user.
  2. Install the dependencies.
    yum install zlib-devel bzip2-devel xz-devel -y
  3. Decompress the installation package.
    tar -zxvf bedtools-2.29.2.tar.gz
  4. Go to the directory generated after the decompression.
    cd bedtools2
  5. Perform the compilation and installation.
    make
  6. Add the environment variable.
    export PATH=/path/to/BEDTOOLS/bedtools2/bin:$PATH