Run-through example using simulated ribosome data 08/21/2007

Go to www.macro-em.org/download to download the package complete_3D_recon.tar and unzip it using the following command:

tar xvfz complete_3D_recon.tar

There are three files in this package:

To run this example, simply type

run_through_example &

The program will begin to run in the batch mode. The estimated runtime of this program is 12 hours for a 2.4GHz CPU. Upon finishing, the program will leave many intermediate results and log file in the directory, please refer to help page of each command for their individual meanings. The final reconstruction result is ali3d_e/vol0005.spi. If finished successfully, it should give the almost identical structure to R70S_small.spi.

Run-through example using cryo-EM ribosome data 02/04/2007

Download

Go to www.macro-em.org/download to download the data file DEMO.tar.gz and unzip it. The file is large (about 300 M) as it contains six micrographs. Also download and extract mics.tar.gz, which contains the scripts.

 gunzip  DEMO.tar.gz  This will create a directory named DEMO, which contains following files and directory:

Download mics.tar.gz and unzip it in DEMO directory:

Run single processor version

In directory DEMO type

 sparx.shell  # this might be required
 clean_test
 testsparxscript

Run MPI version

Edit file /sparx/libpy/global_def.py and change flag MPI from False to True by commenting out False (add symbol # in the first column of the line MPI = False) and remove symbol # from the front of line MPI = True. In directory DEMO type

 sparx.shell  # this might be required
 clean_test
 testsparxscriptmpi

Description

RunThroughExample (last edited 2007-08-24 20:43:42 by zyang)