- Author:
- Caleb Cassidy cacassidy@gmail.com
Last edited 8-16-10. Documentation by Caleb Cassidy
cacassidy@gmail.com
Currently, Rosetta can easily handle poses that have both protein and DNA. However, poses with RNA and protein will cause Rosetta to crash. By making a few simple database changes, it is possible to get compatability between RNA and protein in Rosetta.
All the files necessary for RNA/protein compatability already exist in the minirosetta database. All that we'll be doing is copying the RNA parameter files and patch files from the rna residue type set to the full atom standard residue type set.
- 1. Copy the RNA parameter files (RAD.params, RCY.params, etc) from (minirosetta_database path)/chemical/residue_type_sets/rna/residue_types/ to (minirosetta_database path)/chemical/residue_type_sets/fa_standard/residue_types/nucleic/
- 2. Copy the RNA patch files (LowerRNA.txt and UpperRNA.txt) from (minirosetta_database path)/chemical/residue_type_sets/rna/patches/ to (minirosetta_database path)/chemical/residue_type_sets/fa_standard/patches/
- 3. Open (minirosetta_database path)/chemical/residue_type_sets/fa_standard/residue_types.txt and add the RNA parameter files' names under the Nucleic Acid Types heading
- 4. Open (minirosetta_database path)/chemical/residue_type_sets/fa_standard/patches.txt and add the RNA patch files' names
- With these 4 simple changes, we have achieved compatablity between RNA and protein in full atom mode
If you plan on using Rosetta to build RNA, be aware that the one letter codes for nucleic acids A, G, and C are shared between RNA and DNA. The RNA parameter files show that the names necessary for the pdb reader to recognize RNA residues are rA, rG, rC, rU respectively so it may be necessary to edit your pdb file. Additionally, the full atom patch 12 score function is initialized with an option to exclude DNA-DNA interactions, which applies to all nucleic acid - nucleic acid interactions, so if RNA-RNA interactions are important to you it will be necessary to set this option to false in the code.