Member Site › Forums › Rosetta 3 › Rosetta 3 – General › Fixed bb design with hydrogen bond constraint
- This topic has 6 replies, 2 voices, and was last updated 12 years, 6 months ago by Anonymous.
-
AuthorPosts
-
-
May 1, 2012 at 5:56 am #1263Anonymous
Hi,
I want to know how can I define hydrogen bond constraint while doing a fixed bb design for my mutants. I rosetta to select only those residues from resfile that conform to the hydrogen bond constraint ??
BHARAT -
May 1, 2012 at 3:08 pm #7053Anonymous
You should try defining your hydrogen bonds as AtomPairConstraints (http://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/de/d50/constraint_file.html) and passing in a constraint weight/file with the flags
-constraints:cst_fa_weight or -constraints:cst_weight
and
-constraints:cst_fa_file or -constraints:cst_fileThat said, I don’t think fixbb actually accepts constraints. Give this a shot. If it doesn’t work, I’ll see about adding a line of code to fixbb to tell it to use constraints (probably core::scoring::constraints::add_fa_constraints_from_cmdline_to_pose() immediately after the scorefunction is defined). You’ll know if it works because constraint-related scorefunction terms will show up in your output score file.
-
May 1, 2012 at 11:58 pm #7055Anonymous
Thank you for the advice. I will try it and report back to you…
-
May 2, 2012 at 1:04 am #7057Anonymous
Hi!!
I have made the -constraints:cst_fa_file but what has to be done for -constraints:cst_fa ..
-
May 2, 2012 at 1:08 am #7058Anonymous
For -constraints:cst_fa_weight, pass a number weight for your constraint, based on how strong you want it to be. You can plot your constraint with a plotting program to see what scores it will have at what distances….or just give it a weight between 1 and 10 and not worry too much about it.
-
May 2, 2012 at 3:53 am #7060Anonymous
Yes, you were right . The constraints does not work for fixbb design. So what has to be done next ??
-
May 2, 2012 at 2:04 pm #7061Anonymous
I looked at fixing the fixbb application, but it turns out the better way to do this is via RosettaScripts. If you write yourself a simple script using ConstraintSetMover followed by PackRotamersMover it ought to work. (I’m not much good with RosettaScripts yet, so I can’t really help specifically). I’m told the “RosettaScripts” section of the manual is the best-documented part of the code and that you’ll have no problem writing yourself the script you’ll need: http://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/
-
-
AuthorPosts
- You must be logged in to reply to this topic.