RiboKit : ERRASER

Enumerative Real-Space Refinement ASsitted by Electron density under Rosetta

ERRASER

Example Image

ERRASER (Enumerative Real-space Refinment ASsisted by Electron-density under Rosetta) is an application for improving RNA crystal structures based on Rosetta and Phenix.


Installation

To run ERRASER, you need to have Rosetta and Phenix installed on your machine.


To download and install Rosetta:


To download and install Phenix:


Finish setup:

phenix.rna_validate
./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=/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 

Demo

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/.


Documentation


License

Copyright © of ERRASER Source Code is described in license-and-download.


References

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



Workflows


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.