rna_denovo.macosgccrelease -fasta chunk002_1lnt_.fasta -nstruct 2 -out::file::silent test.out -cycles 1000 -minimize_rna -database ~/rosetta3_database
rna_extract.macosgccrelease -in:file:silent test.out -in:file:silent_struct_type rna -database ~/rosetta3_database
CUTPOINT_OPEN 6 [means that one chain ends at residue 6] STEM PAIR 1 12 W W A [means that residues 1 and 12 should form a base pair with their Watson-Crick edges in an antiparallel orientation]
rna_denovo.macosgccrelease -fasta chunk002_1lnt_.fasta -native chunk002_1lnt_RNA.pdb -params_file chunk002_1lnt_.prm -nstruct 2 -out::file::silent chunk002_1lnt.out -cycles 1000 -minimize_rna -database ~/rosetta3_database
rna_database.macosgccrelease -vall_torsions -s my_new_RNA1.pdb my_new_RNA2.pdb -o my_new_set.torsions -database ~/rosetta3_database
-vall_torsions my_new_set.torsions
rna_denovo.linuxgccrelease @flags > rna_denovo.log
-in:database Path to rosetta databases. [PathVector]
-in::fasta Fasta-formatted sequence file. [FileVector]
-out::file::silent Name of output file [scores and torsions, compressed format]. default="default.out" [String]
-params_file RNA params file name.[String]. For Example: -params_file chunk002_1lnt_.prm
-in::native Native PDB filename. [File].
-out::nstruct Number of models to make. default: 1. [Integer]
-cycles Number of Monte Carlo cycles.[default 1000]. [Integer]
-minimize_rna High resolution optimize RNA after fragment assembly.[Boolean]
-filter_lores_base_pairs Filter for models that satisfy structure parameters. [Boolean]
-output_lores_silent_file If high resolution minimizing, output intermediate low resolution models. [Boolean]
-dump Generate pdb output. [Boolean]
-vall_torsions Source of RNA fragments. [default: 1jj2.torsions]. [Boolean]
-jump_library_file Source of base-pair rigid body transformations if base pairs are specified.
[default: 1jj2_RNA_jump_library.dat] [String]
***Energy interpreter for low resolution silent output:
score Final total score
rna_rg Radius of gyration for RNA
rna_vdw Low resolution clash check for RNA
rna_base_backbone Bases to 2'-OH, phosphates, etc.
rna_backbone_backbone 2'-OH to 2'-OH, phosphates, etc.
rna_repulsive Mainly phosphate-phosphate repulsion
rna_base_pair_pairwise Base-base interactions (Watson-Crick and non-Watson-Crick)
rna_base_pair Base-base interactions (Watson-Crick and non-Watson-Crick)
rna_base_axis Force base normals to be parallel
rna_base_stagger Force base pairs to be in same plane
rna_base_stack Stacking interactions
rna_base_stack_axis Stacking interactions should involve parallel bases.
atom_pair_constraint Harmonic constraints between atoms involved in Watson-Crick base
pairs specified by the user in the params file
rms all-heavy-atom RMSD to the native structure
***Energy interpreter for fullatom silent output:
score Final total score
fa_atr Lennard-jones attractive between atoms in different residues
fa_rep Lennard-jones repulsive between atoms in different residues
fa_intra_rep Lennard-jones repulsive between atoms in the same residue
lk_nonpolar Lazaridis-karplus solvation energy, over nonpolar atoms
hack_elec_rna_phos_phos Simple electrostatic repulsion term between phosphates
hbond_sr_bb_sc Backbone-sidechain hbonds close in primary sequence
hbond_lr_bb_sc Backbone-sidechain hbonds distant in primary sequence
hbond_sc Sidechain-sidechain hydrogen bond energy
ch_bond Carbon hydrogen bonds
geom_sol Geometric Solvation energy for polar atoms
rna_torsion RNA torsional potential.
atom_pair_constraint Harmonic constraints between atoms involved in Watson-Crick base pairs
specified by the user in the params file
angle_constraint (not in use)
rms all-heavy-atom RMSD to the native structure
***If you use the sample flag files, there are also three pdb file generated.
start.pdb: Idealized, fully extended starting structure.
random.pdb: Structure with randomized torsion angles.
S_0001.pdb: Output of the rna denovo design.
1.5.2