You are here

How to use base_pair_constraint for RNA as a constraint term?

2 posts / 0 new
Last post
How to use base_pair_constraint for RNA as a constraint term?
#1

https://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/14.00-RNA-Basics.ipynb

The above tells me that an RNA low-resolution potential

(rna_lowres_sf = core.scoring.ScoreFunctionFactory.create_score_function("rna/denovo/rna_lores_with_rnp_aug.wts"))

has been developed to more quickly score RNA structures represented in centroid mode, which including a score  base_pair_constraint.

I know that atom_pair_constraint can be restricted from the distance based on different Functions(https://new.rosettacommons.org/docs/latest/rosetta_basics/file_types/constraint-file).

So for base_pair_constraint, how can I use the energy term as a constraint?

Looking forward for your reply, thank you!

Post Situation: 
Sat, 2021-04-03 01:19
yels

That energy term works in the context of protocols that read in an RNA secondary structure in dot-bracket notation from the command line (such as `rna_denovo`).

Sun, 2021-04-04 12:48
everyday847