Navigation

Main Page

Why OCTUPUS?

Quick Installation

Manual

SF Project Page

SF Download Page

 

Links

NCBI Blast

Blast Databases

Lucy

Muscle

HCGS - UNH

Quick Installation

Download the newest OCTUPUS package from the SF Download page.

OCTUPUS requires the installation of MUSCLE, NCBI blast, and LUCY. The following libraries are required to compile LUCY and MUSCLE. In addition, OCTUPUS requires perl's www library in order to fetch NCBI taxonomy from the getTaxonomy.pl script.

Once you have compiled these programs, their executables must be linked to the environment. The alternative is to modify the following scripts with the location of the executables for LUCY, MUSCLE, and MEGABLAST.

For example if your megablast executable was located in /usr/local/blast-2.2.22/bin, you would replace line 6 in octu.pl with

my $blastEXE = "/usr/local/blast-2.2.22/bin/megablast";