Installation

T-Coffee is distributed as precompiled binaries for Linux and Mac OSX platforms (32-bit or 64-bit) with a guided install procedure. All results presented have been reported using a 64-bit pre-compiled version. This is the smoothest and quickest way to install T-Coffee on a local machine, since it comes with all required components and does not need any special user privilege. The default installation does not require any root privilege.

Linux
chmod +x T-COFFEE_installer_<version_xxx>.bin
  • Launch the installation wizard with:
./T-COFFEE_installer_<version_xxx>.bin
  • Follow the wizard instructions and complete the installation
  • Open a new terminal session to be sure that your environment is updated.
  • Type the following command to verify that the installation was successful:
t_coffee -version

Mac OS X
  • Download the installer package from the following URL http://tcoffee.org/Packages/Stable/Latest/macosx/
  • Double click on it on the DMG file to open it.
  • Double click on the installer icon (within the mounted image) to launch the installation process.
  • Follows the wizard instructions, entering the requested information and complete the installation.
  • Open a new terminal session to be sure that your environment is updated.
  • Type the following command to verify that the installation is successful:
t_coffee -version

Windows

No T-Coffee pre-compiled installer is available for the Windows operating system. Windows users need to compile and install it using the source distribution package as described below. An easier alternative is to install a Linux guest on your Windows workstation using any virtualization tool (VMware, VirtualBox, etc) and to run the linux installer on this virtual machine. Most flavors of Linux should work, Fedora, Debian, and Ubuntu being the most thoroughly tested. It is also possible to compile the source code under the Cygwin environment although this procedure is now totally unsupported.

Compilation from source

For advanced installation (e.g. in shared environment, computation cluster, etc) it is suggested to use the T-Coffee source distribution package and compile it on your target system. It will require the GNU development tools (gcc, g77 or gfortran, make), the Perl interpreter and CPAN. You will also need the root user privileges and an Internet connection.