Enumerative Real-Space Refinement ASsitted by Electron density under Rosetta
ERRASER (Enumerative Real-space Refinment ASsisted by Electron-density under Rosetta) is an application for improving RNA crystal structures based on Rosetta and Phenix.
To run ERRASER, you need to have Rosetta and Phenix installed on your machine.
To download and install Rosetta:
Request a license and download the software at rosettacommons.
See the Rosetta installation documentation at rosettacommons.
To download and install Phenix:
Finish setup:
phenix.rna_validate
python --version
). If not, go to the rosetta/tools/ERRASER/
folder and run:./convert_to_phenix.python
This will change the default python used by the code to phenix-built-in python, instead of using system python.
$ROSETTA
to the path to Rosetta. If you use bash, append the following lines to ~/.bashrc
:ROSETTA=/path/to/Rosetta/; export ROSETTA;
Also add the ERRASER script folder to your $PATH
. Here is a bash example:
PATH=$PATH:/path/to/Rosetta/tools/ERRASER/
Once Rosetta and Phenix have been installed, ERRASER can be run from the command line, e.g.:
erraser.py -pdb 1U8D_cut.pdb -map 1U8D_cell.ccp4 -map_reso 1.95 -fixed_res A33-37 A61 A65
For a minimal demonstration of ERRASER, see: Rosetta/demos/public/erraser/
. Example input files for the demo can be found at: Rosetta/demos/public/erraser/rosetta_inputs/
. Likewise, example output files can be found at: Rosetta/demos/public/erraser/example_output/
.
Rosetta Documentation is available at rosettacommons.
Phenix Documentation is available at rosettacommons.
Copyright © of ERRASER Source Code is described in license-and-download.
Chou, F.-C., Sripakdeevong, P., Dibrov, S.M, Hermann, T., and Das, R. (2013)
Correcting pervasive errors in RNA crystallography through enumerative structure prediction
Nature Methods 10: 74 - 76. | Paper | Link | Server
Sripakdeevong, P., Kladwang, W., and Das, R. (2012)
An enumerative stepwise ansatz enables atomic-accuracy RNA loop modeling
Proceedings of the National Academy of Sciences U.S.A. 108 (51) : 20573 - 20578. | Paper | Link
Developed by Das lab, Leland Stanford Junior University.
README by Caleb Geniesse, May 2016.
Built with Jekyll using a RiboKit Theme . Hosted on GitHub Pages.