Install SEA: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This is indened for Shoichet lab setup.  But we hope other find it useful.
This is indened for Shoichet lab setup.  But we hope other find it useful.
 
The full SEA installation requires a few Python packages:
 
* [http://numpy.scipy.org/ NumPy]
* [http://scipy.org/ SciPy]
* [http://math-atlas.sourceforge.net/ ATLAS]
 
These are best installed using your your distribution's package manager:
 
    yum install scipy numpy atlas atlas-devel
 
On CentOS systems you may need to add an additional repository to make all of these packages available:
 
    wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm
    sudo rpm -Uvh epel-release-6-7.noarch.rpm
    yum update
    yum install scipy numpy numpy-f2py atlas atlas-devel
 
The additional web-based results viewer requires





Revision as of 19:48, 30 August 2012

This is indened for Shoichet lab setup. But we hope other find it useful.

The full SEA installation requires a few Python packages:

These are best installed using your your distribution's package manager:

    yum install scipy numpy atlas atlas-devel

On CentOS systems you may need to add an additional repository to make all of these packages available:

   wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm
   sudo rpm -Uvh epel-release-6-7.noarch.rpm
   yum update
   yum install scipy numpy numpy-f2py atlas atlas-devel

The additional web-based results viewer requires