Run-through example using simulated ribosome data 12/10/2008
Download file demo.tar.gz and unzip it using the following command:
tar zxvf demo.tar.gz
There are the following files in this directory
tteftu_with_tRNA.pdb.gz as the name suggested is 70S ribosome with ttEFTU and tRNA in PDB format.
generate_projections.py is a program to generate a set of quasi-even projections of the model structures.
generate_refvols.py is a program to create initial input for 3D multi-reference alignment.
1_bdb/run_through_example test for bdb format without CTF and non-MPI
3_bdb_ctf/run_through_example test for bdb format with CTF and non-MPI
5_bdb_MPI/run_through_example test for bdb format without CTF and non-MPI
7_bdb_ctf_MPI/run_through_example test for bdb format with CTF and non-MPI
Unzip tteftu_with_tRNA.pdb.gz:
gunzip tteftu_with_tRNA.pdb.gz
To run a particular example, simply go to the directory you want and type
./run_through_example &
The program will begin to run in the batch mode. The estimated runtime of this program is 2 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 model_structure.hdf located in the demo directory (most likely the resolution will be lower).
