Rate This Document
Findability
Accuracy
Completeness
Readability

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