我要评分
获取效率
正确性
完整性
易理解

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the main program installation directory.
    cd /path/to/circos
  3. Decompress the installation package.
    tar -zxvf circos-0.69-9.tgz
  4. Install the required Perl modules.
    cd circos-0.69-9/bin

  5. List the Perl modules.
    ./list.modules
  6. Check whether the required Perl modules are correctly installed.
    ./test.modules
  7. Check the modules in sequence.
    ./circus -modules

  8. Install the modules that are missing one by one. The following describes how to install Carp.
    cpan install Carp