Difference between revisions of "Quick installation instructions for STAMP"

From Bioinformatics Software
Jump to navigationJump to search
(New page: == Binary releases == Precompiled binaries are avaliable for Microsoft Windows and Apple's Mac OS X. The Window...)
 
Line 5: Line 5:
 
== Source code ==
 
== Source code ==
  
Any operating system that supports Python should be able to run STAMP from source. Running from source is also the best way to fully exploit and contribute to STAMP. STAMP is dependent on the following libraries:
+
Since Python is implemented in Python running it from source is fairly 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:
  
 
* [http://www.python.org/download/ Python 2.5 or 2.6] (we recommend Python 2.6.4)
 
* [http://www.python.org/download/ Python 2.5 or 2.6] (we recommend Python 2.6.4)
Line 11: Line 11:
 
* [http://code.google.com/p/mpmath/ mpmath]
 
* [http://code.google.com/p/mpmath/ mpmath]
 
* [http://matplotlib.sourceforge.net/ Matplotlib]
 
* [http://matplotlib.sourceforge.net/ Matplotlib]
 +
 +
After you have installed Python and these libraries, extract the [[Media:STAMP_1.0_source.zip|source code files]] to a directory (e.g., C:\STAMP). You can than run STAMP using ''python STAMP.py''.
  
 
If you have trouble installing STAMP from source feel free to contact us.
 
If you have trouble installing STAMP from source feel free to contact us.

Revision as of 20:40, 24 November 2009

Binary releases

Precompiled binaries are avaliable for Microsoft Windows and Apple's Mac OS X. The Windows binary has been tested under Windows XP SP3 and the Mac binary was tested under Leopard. These binaries will likely run under newer versions of this operating systems (Windows Vista, Windows 7, Snow Leopard). If you are running one of these newer operating systems we would appreciate knowing if these binaries work or not.

Source code

Since Python is implemented in Python running it from source is fairly 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 these libraries, extract the source code files to a directory (e.g., C:\STAMP). You can than run STAMP using python STAMP.py.

If you have trouble installing STAMP from source feel free to contact us.