Difference between revisions of "Quick installation instructions for STAMP"

From Bioinformatics Software
Jump to navigationJump to search
Line 50: Line 50:
 
Heikki Lehvaslaiho has generously suggested the following approach for (K)ubuntu 11.04. From the command line run:
 
Heikki Lehvaslaiho has generously suggested the following approach for (K)ubuntu 11.04. From the command line run:
  
   sudo apt-get install python-scipy python-numpy python-matplotlib pyqt-dev-tools
+
   sudo apt-get install python-scipy python-numpy python-matplotlib pyqt4-dev-tools
  
 
All other STAMP dependencies will be automatically installed. Please note that many version of Ubuntu (and Linux in general) install matplotlib v0.9.8. STAMP requires version 1.0.1 or greater. You may need to install this separately from [http://matplotlib.sourceforge.net/faq/installing_faq.html#install-from-git source].
 
All other STAMP dependencies will be automatically installed. Please note that many version of Ubuntu (and Linux in general) install matplotlib v0.9.8. STAMP requires version 1.0.1 or greater. You may need to install this separately from [http://matplotlib.sourceforge.net/faq/installing_faq.html#install-from-git source].

Revision as of 11:42, 28 April 2012

Binary release

A executable binary is available for Microsoft Windows. It has been tested under Windows XP SP3 and Windows 7, but will likely also run under Windows Vista. An experimental binary for OS X Snow Leopard is also available. The Windows binary can also be run on OS X using Virtual Box. Due to differences in how the user interface appears under Windows and OS X we recommended using Virtual Box with Windows 7 to run STAMP under OS X. Please note that the first time your run STAMP it may take a minute or more to load. After this, it will start up more quickly.

Note: if you have a pristine copy of Microsoft Windows installed, you may need to install the Microsoft Visual C++ 2008 Redistributable Package (32-bit,64-bit). This package contains a number of commonly required runtime components and as such you likely already have them. STAMP will fail with a message indicating the "configuration is incorrect" if you require this package.

Source code on Microsoft Windows

STAMP is implemented in Python and running it from source is easy. Any operating system that supports Python should be able to run STAMP from source. Running from source is the best way to fully exploit and contribute to STAMP. STAMP is dependent on the following libraries:

After you have installed Python and the above libraries, extract the STAMP source code files to a directory (e.g., C:\STAMP). You can now run STAMP by moving to the source directory and entering 'python STAMP.py' on your command line. If you get an error message indicating Python cannot be found you likely need to add it to your system path (check out this website for instructions). If you have trouble installing STAMP, please feel free to contact us.

Source code on Apple OS X

Installing STAMP from source on Apple OS X is straight-forward. It requires minimal effort on your part, although it does require a lot of compiling. STAMP can be installed from source as follows:

  • Install MacPorts
  • Update MacPorts by typing the following into a console:
 sudo port -d selfupdate 

From your console, install the necessary dependencies for STAMP using port:

 sudo port install python26
 sudo port select --set python python26
 sudo port install py26-sip
 sudo port install py26-macholib
 sudo port install py26-pyqt4
 sudo port install py26-numpy
 sudo port install py26-scipy
 sudo port install py26-matplotlib

Here are some rough estimates on the time required to install each of these packages: python26 = 1 hour, py26-sip = 10 min, py26-macholib = 1 min, py26-pyqt4 = 3 hours, py26-numpy = 3 hours, py26-scipy = 15 min, py26-matplotlib = 5 min.

To test that all dependencies where installed correctly, start a python session and import each package:

 import PyQt4
 import numpy
 import scipy
 import matplotlib

After you have installed Python and the above libraries, extract the STAMP source code files to a directory (e.g., ~/STAMP). You can now run STAMP by moving to the source directory and entering 'python STAMP.py' on your command line. If you have trouble installing STAMP, please feel free to contact us.

Source code on Linux

Heikki Lehvaslaiho has generously suggested the following approach for (K)ubuntu 11.04. From the command line run:

 sudo apt-get install python-scipy python-numpy python-matplotlib pyqt4-dev-tools

All other STAMP dependencies will be automatically installed. Please note that many version of Ubuntu (and Linux in general) install matplotlib v0.9.8. STAMP requires version 1.0.1 or greater. You may need to install this separately from source.

After you have installed the above libraries, extract the STAMP source code files to a directory (e.g., ~/STAMP). You can now run STAMP by moving to the source directory and entering 'python STAMP.py' on your command line.

Command-line interface install

If you wish to use STAMP strictly from the command-line (e.g., as typical of a cluster environment) only the following 3rd-party dependencies are required:

For details on running STAMP from the command-line please see the User's Guide.

Our build environment

STAMP was developed on Microsoft Windows XP and ported to Apple's OS X. py2exe was used to create the Windows binary. It is generally best to download the latest version of each dependency. Our build environment currently uses the following versions of each dependency:

  • Python 2.6.4
  • PyQt4 4.8.4
  • NumPy 1.6.0
  • SciPy 0.9.0
  • matplotlib 1.0.1
  • py2exe 0.6.9