Download EMAN

Please contact me if you run into a specific problem that's not on the known bugs list. Happy reconstructing.

Downloads are now only available through NCMI's new web site. You will be required to provide your name/institution when you download a new version. This is for grant reporting purposes, to justify continued support for software development. We will not provide your name or personal information to outside entities other than the granting agency. Please help us keep our support by providing accurate information.
 

Binary

Installation:

cd ~
tar xvzf eman.[version].tgz
-or-
zcat eman.[version].tgz | tar xvf -
You will need to make 2 modifications to your .cshrc (or .tcshrc, .profile or .zshrc depending on the shell you use. You need to set the LD_LIBRARY_PATH to include $HOME/EMAN/lib and your executable path to include $HOME/EMAN/bin. For example (csh):
setenv LD_LIBRARY_PATH $HOME/EMAN/lib
set path = (. $HOME/EMAN/bin $HOME/bin /bin  etc.)

The Mandrake8.1 version assumes you have QT installed on your system already. Once you've finished the installation, just run 'eman' and press the 'step1' button. This will guide you through the reconstruction process.

Download here

Source

EMAN may be somewhat difficult to compile. You will need a current version of FFTW and QT 2.X to perform the compile. Under recent linux installations the installed QT is usually sufficient. RPMS are available for FFTW as well. There's also a makefile which should work under linux, AIX, alpha (Tru64) and IRIX (SGI). 'make linux' will also work on linux-alpha, however, due to known optimization problems with the gnu C++ compiler on Alpha's, resulting code will be 3X slower than code compiled with digital's compiler. Please note that the AIX and Alpha versions are not officially supported at this point. The alpha version has not been tested in some time.

Unpack this archive in your home directory. 'tar -xvzf eman1.0b1.src.tgz' will do it if you have GNU tar installed. Otherwise, 'gzip -d eman1.0b1.src.tgz' and then 'tar -xvf eman1.0b1.src.tar'.

'cd EMAN/src', then read the README.FIRST file.

Let me know if you need to change anything to get it to compile on your machine. Good luck !!!

Download here


Here is the data set used in testing the program as described in our paper (submitted JSB June 1999). It is QUITE large. Don't download it unless you really want it.

BTV.test.tgz


Last Modified: