<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://www.rosettacommons.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>RosettaCommons - PyRosetta - General</title>
<link/>https://www.rosettacommons.org/taxonomy/term/58
 <description></description>
<language>en</language>
<item>
<title>FAQ</title>
<link/>https://www.rosettacommons.org/node/1188
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;h4&gt;
	Where is the main website for PyRosetta?
&lt;/h4&gt;

&lt;p&gt;
	&lt;a href="http://www.pyrosetta.org/"&gt;http://www.pyrosetta.org/&lt;/a&gt;
&lt;/p&gt;

&lt;h4&gt;
	Who is behind PyRosetta?
&lt;/h4&gt;

&lt;p&gt;
	PyRosetta was created by the laboratory of &lt;a href="http://graylab.jhu.edu/"&gt;Jeff Gray&lt;/a&gt; at Johns Hopkins University and is based on Rosetta, a software package built and maintained by &lt;a href="https://www.rosettacommons.org/about"&gt;consortium of academic researchers&lt;/a&gt; from around the world.
&lt;/p&gt;

&lt;h4&gt;
	Where can I get PyRosetta?
&lt;/h4&gt;

&lt;p&gt;
	&lt;a href="https://www.rosettacommons.org/software/license-and-download"&gt;https://www.rosettacommons.org/software/license-and-download&lt;/a&gt;&lt;br /&gt;
	Licenses are free for users at academic and nonprofit research institutions.
&lt;/p&gt;

&lt;h4&gt;
	If I have a Rosetta license, do I need a separate PyRosetta license?
&lt;/h4&gt;

&lt;p&gt;
	Yes, Rosetta and PyRosetta are licensed separately.
&lt;/p&gt;

&lt;h4&gt;
	Where is the PyRosetta documentation?
&lt;/h4&gt;

&lt;p&gt;
	&lt;a href="http://www.pyrosetta.org/documentation"&gt;http://www.pyrosetta.org/documentation&lt;/a&gt;
&lt;/p&gt;

&lt;h4&gt;
	Are there additional PyRosetta FAQs?
&lt;/h4&gt;

&lt;p&gt;
	&lt;a href="http://www.pyrosetta.org/faq"&gt;http://www.pyrosetta.org/faq&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/compilation"&gt;Compilation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/solved"&gt;Solved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Mon, 30 Aug 2010 08:38:29 +0000</pubdate>
<dc:creator>admin</dc:creator>
<guid ispermalink="false">1188 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/1188#comments</comments>
</item>
<item>
<title>Rotamers one- and two-body energies</title>
<link/>https://www.rosettacommons.org/node/11904
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	Hello! I'm quite new to (Py)Rosetta, so my question may have a very obvious answer, but I tried to find it in many places but couldn't find it, so I figured this was a good place to ask.
&lt;/p&gt;

&lt;p&gt;
	My goal is to implement "from scratch" some methods to solve the side-chain optimization problem, using a pairwise-decomposable energy function. In order to do so, I need to have the precomputed one- and two-body rotamer energies . Now, although I managed to calculate these values, I believe I didn't do it in the most efficient way (if it's relevant, what I did was: getting 3 different (equally-spaced) angle values for each chi, for each residue type; for each position in an input pose, I mutated the respective residue to each one of the rotamers; I then calculated the one-body residue energy, and did similarly for pairwise mutated residues energies).
&lt;/p&gt;

&lt;p&gt;
	I know this approach is not the best one because: a) it doesn't use Dunbrack's library; b) It's very slow.&lt;br /&gt;
	In my understanding, Rosetta already has these "rotamer energy matrices" precomputed somewhere (or it precomputes them easily from Dunbrack's library, given a pose), so my question is simply: where is it, and how can I use it?&lt;br /&gt;
	I think that the information I need is in the pyrosetta/database/rotamer folder, but I really don't know how to use the files there. I tried to look in (Py)Rosetta's source code to see how the files are used, but didn't have much luck there.
&lt;/p&gt;

&lt;p&gt;
	If anyone can help me with any information/direction, I really appreciate it.&lt;br /&gt;
	Thank you so much!
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/design"&gt;Design&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/solved"&gt;Solved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Thu, 04 Apr 2024 07:48:26 +0000</pubdate>
<dc:creator>ajfmdm</dc:creator>
<guid ispermalink="false">11904 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11904#comments</comments>
</item>
<item>
<title>Segmentation fault encountered using Interface </title>
<link/>https://www.rosettacommons.org/node/11903
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	Hi All, 
&lt;/p&gt;

&lt;p&gt;
	I ran into repeated segmentation fault error when I tried to utilize the InterfaceAnalyzerMover to calcualte interaction energy between the two protein chains. 
&lt;/p&gt;

&lt;p&gt;
	 
&lt;/p&gt;

&lt;p&gt;
	Here is my script: 
&lt;/p&gt;

&lt;pre&gt;
&lt;code class="language-python"&gt;import pyrosetta
from pyrosetta.rosetta.core.import_pose import pose_from_file
from pyrosetta.rosetta.protocols.analysis import InterfaceAnalyzerMover
import sys

def calculate_interface_energy(pdb_file, chain_target, chain_partners):
    """
    Calculates the interaction energy between one chain and a complex formed by other chains in a protein structure.
    
    Args:
        pdb_file (str): Path to the PDB file.
        chain_target (str): Identifier for the target chain.
        chain_partners (str): Identifiers for the partner chains concatenated.
        
    Returns:
        float: The interaction energy between the target chain and the partner chains.
    """

    # Load the PDB file into a Pose object
    pose = pose_from_file(pdb_file)

    # Define the complex as a combination of the target chain and partner chains
    complex_identifier = chain_target + "_" + chain_partners

    # Setup the InterfaceAnalyzerMover for the defined complex
    interface_analyzer = InterfaceAnalyzerMover()
    interface_analyzer.set_interface(complex_identifier)
    interface_analyzer.test_move(pose)  # Test the move to ensure the interface is correctly defined
    interface_analyzer.apply(pose)  # Apply the mover to the pose

    # Retrieve the computed interface energy
    interface_energy = interface_analyzer.get_interface_dG()

    return interface_energy


def main():
    # Specify your parameters
    pdb_file = sys.argv[1]
    chain_target = "A"     # The single chain you are focusing on
    chain_partners = "B"  # The other chains, treated as a combined entity

    # Initialize PyRosetta
    pyrosetta.init(extra_options="-mute all -load_PDB_components false -extra_res_fa GDP.params")

    # Calculate and print the interface energy
    interface_energy = calculate_interface_energy(pdb_file, chain_target, chain_partners)
    print(f"Interface energy between chain {chain_target} and chains {chain_partners}: {interface_energy} REU")

if __name__=="__main__":
    main()
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	 
&lt;/p&gt;

&lt;p&gt;
	The seg-fault error happens with either test_move, or apply (when I comment out test_move) 
&lt;/p&gt;

&lt;p&gt;
	I can't figure out the problem because it seems to me that the error stems from the underlying C++ script. 
&lt;/p&gt;

&lt;p&gt;
	Any suggestion is appreciated. 
&lt;/p&gt;

&lt;p&gt;
	 
&lt;/p&gt;

&lt;p&gt;
	P.S. I cannot attach the test input I used because it is too big and this forum doesn't take the zipped version. If the error cannot be replicated with a different input, I will try to paste the PDB content as plain text in replies. 
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/pyrosetta"&gt;PyRosetta&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Tue, 02 Apr 2024 20:41:58 +0000</pubdate>
<dc:creator>WenyuanW</dc:creator>
<guid ispermalink="false">11903 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11903#comments</comments>
</item>
<item>
<title>What is the meaning of "JUMP" in rigid.RigidBodyTransMover(pose,JUMP)?</title>
<link/>https://www.rosettacommons.org/node/11825
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	In &lt;a href="https://github.com/RosettaCommons/PyRosetta.notebooks/blob/master/student-notebooks/06.08-Point-Mutation-Scan.ipynb"&gt;https://github.com/RosettaCommons/PyRosetta.notebooks/blob/master/student-notebooks/06.08-Point-Mutation-Scan.ipynb&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
	There is a &lt;strong&gt;unbind&lt;/strong&gt; function:
&lt;/p&gt;

&lt;pre&gt;
def unbind(pose, partners):
    STEP_SIZE = 100
    JUMP = 2
    docking.setup_foldtree(pose, partners, Vector1([-1,-1,-1]))
    trans_mover = rigid.RigidBodyTransMover(pose,JUMP)
    trans_mover.step_size(STEP_SIZE)
    trans_mover.apply(pose)&lt;/pre&gt;

&lt;p&gt;
	The system is a three-chain complex, and &lt;strong&gt;partners&lt;/strong&gt; is "HL_A", meaning separating chain H&amp;amp;L from chain A.
&lt;/p&gt;

&lt;p&gt;
	If I have a two-chain complex, e.g. &lt;strong&gt;partners&lt;/strong&gt; is "L_R", what should be the value of&lt;strong&gt; JUMP&lt;/strong&gt;?
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/docking"&gt;Docking&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Sat, 28 Oct 2023 16:49:48 +0000</pubdate>
<dc:creator>lanselibai</dc:creator>
<guid ispermalink="false">11825 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11825#comments</comments>
</item>
<item>
<title>Minimizing a Symmetric Structure</title>
<link/>https://www.rosettacommons.org/node/11793
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	Hi, I have a structure with two chains (1 and 2 ) which are identical. My goal is to minimize its structure using FastRelax with a symmetry constraint.
&lt;/p&gt;

&lt;p&gt;
	Creating symmetry file:
&lt;/p&gt;

&lt;pre&gt;
&lt;code class="language-bash"&gt;make_symmdef_file.pl -p Data/2mcg.pdb -a 1 -i 2 &amp;gt; Data/2mcg.symm&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	Structure minimization:
&lt;/p&gt;

&lt;pre&gt;
&lt;code class="language-python"&gt;import pyrosetta
from pyrosetta import rosetta

id = '2mcg'

pose = pyrosetta.pose_from_pdb(f'Data/{id}_symm.pdb')
symm_data = pyrosetta.rosetta.core.conformation.symmetry.SymmData()
symm_data.read_symmetry_data_from_file(f'Data/{id}.symm')
pyrosetta.rosetta.core.pose.symmetry.make_symmetric_pose(pose, symm_data)

rel = rosetta.protocols.relax.FastRelax()
rel.apply(pose)  # Segmentation Fault&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	But I get segmentation fault at the line specified above.
&lt;/p&gt;

&lt;p&gt;
	Moreover, I get the following error when I score the symmetric pose:
&lt;/p&gt;

&lt;pre&gt;
&lt;code class="language-python"&gt;import pyrosetta
from pyrosetta import rosetta

id = '2mcg'

pose = pyrosetta.pose_from_pdb(f'Data/{id}_symm.pdb')
symm_data = pyrosetta.rosetta.core.conformation.symmetry.SymmData()
symm_data.read_symmetry_data_from_file(f'Data/{id}.symm')
pyrosetta.rosetta.core.pose.symmetry.make_symmetric_pose(pose, symm_data)

scorefxn = pyrosetta.get_fa_scorefxn()
scorefxn(pose)  # Error Line&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code&gt;RuntimeError: 

File: CountPairFactory.cc:220
[ ERROR ] UtilityExitException
ERROR: Assertion `res2.is_bonded(res1)` failed.&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	 
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/symmetry"&gt;Symmetry&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Wed, 02 Aug 2023 18:10:50 +0000</pubdate>
<dc:creator>ammar.x.gilani</dc:creator>
<guid ispermalink="false">11793 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11793#comments</comments>
</item>
<item>
<title>How can I automate mutations with PyRosetta or other Rosetta software?</title>
<link/>https://www.rosettacommons.org/node/11778
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	I need to create mutant peptides with Rosetta to use in Virtual Screening, the mutations need to be kinda ''random'' (not chosen directly by me) and, if possible, following an evolutionary bias (genetic algorithm). I'm really new at protein modelling and I have only used AlphaFold. Rosetta has many ways to use, and I'm kinda lost, should I use Rosetta Scripts or PyRosetta? Can I do this with both? I haven't found any tutorial that explains how to create mutant peptides following a genetic algorithm with rosetta :(  I don't know where to start.
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/pyrosetta"&gt;PyRosetta&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Tue, 04 Jul 2023 02:35:40 +0000</pubdate>
<dc:creator>archaeopteryx</dc:creator>
<guid ispermalink="false">11778 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11778#comments</comments>
</item>
<item>
<title>Post-traslational modifications</title>
<link/>https://www.rosettacommons.org/node/11773
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	Hello, everyone
&lt;/p&gt;

&lt;p&gt;
	I was trying to study the effect of post-translational modifications on the structure of proteins. For that purpose, I followed two different approaches:
&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;
		&lt;p&gt;
			I modified the residue with a variant using &lt;code&gt;pyrosetta.rosetta.core.pose.add_variant_type_to_residue&lt;/code&gt;. Then, I replaced the original residue with the modified one using &lt;code&gt;pose.replace_residue()&lt;/code&gt;.
		&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p&gt;
			I tried using &lt;code&gt;pyrosetta.rosetta.core.pose.add_variant_type_to_pose_residue&lt;/code&gt; to directly modify the residue in the pose.
		&lt;/p&gt;
	&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;
	In both cases, I obtained None as a result, but I would like to obtain a modified pose in order to calculate the ΔΔG value. Does anyone know how I can achieve that? Any suggestions would be appreciated.
&lt;/p&gt;

&lt;p&gt;
	Thanks in advance,
&lt;/p&gt;

&lt;p&gt;
	Diego
&lt;/p&gt;

&lt;p&gt;
	 
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/chemically-modified-residues"&gt;Chemically Modified Residues&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/solved"&gt;Solved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Wed, 21 Jun 2023 08:22:59 +0000</pubdate>
<dc:creator>diegoms</dc:creator>
<guid ispermalink="false">11773 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11773#comments</comments>
</item>
<item>
<title> Different results FastRelax pyrosetta vs rosetta_scripts</title>
<link/>https://www.rosettacommons.org/node/11771
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	Hi everyone,
&lt;/p&gt;

&lt;p&gt;
	I want to relax a designed disulfide bond with FastRelax, but when I try to do it in Pyrosetta it seems like it gets no optimization at all. However, when I try FastRelax in rosetta scripts I get a good geometry. Could you please help me identify what I am missing in my Pyrosetta code?
&lt;/p&gt;

&lt;p&gt;
	Thank you!
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;## Pyrosetta
fast_relax = protocols.relax.FastRelax(scorefxn_in=scorefxn, standard_repeats=5)
movemapOptions = core.kinematics.MoveMap()
movemapOptions.set_chi(True); movemapOptions.set_bb(True); movemapOptions.set_jump(True)
fast_relax.set_movemap(movemapOptions)
fast_relax.set_task_factory(taskOper)
fast_relax.apply(pose)
pose.dump_pdb("test.pdb")


## Rosetta_script
&amp;lt;MOVERS&amp;gt;
 &amp;lt;FastRelax name="relax" scorefxn="ref2015" task_operations="init,repackonly,norepack" repeats="5"&amp;gt;
    &amp;lt;MoveMap name="moveMap" bb="1" chi="1" jump="1"/&amp;gt;
 &amp;lt;/FastRelax&amp;gt;
&amp;lt;/MOVERS&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	 
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/pyrosetta"&gt;PyRosetta&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Tue, 20 Jun 2023 16:52:08 +0000</pubdate>
<dc:creator>karenjgonzalez</dc:creator>
<guid ispermalink="false">11771 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11771#comments</comments>
</item>
<item>
<title>Set torsions for atoms in different residues </title>
<link/>https://www.rosettacommons.org/node/11756
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	I am working with a polymer with a non-aminoacidic backbone comprising two subunits, each defined as individual residues. I have already defined the params file for both subunits; however, I am experiencing issues exploring torsions between these connected residues. I am setting the angle movement using pose.conformation().set_torsion_angle(). This function has worked for angles between atoms inside the same subunit. However, when trying to set_torsion_angle() for atoms residing in different residues, I get the following error:
&lt;/p&gt;

&lt;p&gt;
	&lt;strong&gt;core.kinematics.AtomTree: [ WARNING ] DOF for this torsion angle could not be found in AtomTree. core.conformation.Conformation: set_torsion_angle failed, unable to find dof_id: atomno= 4 rsd= 3 atomno= 1 rsd= 4 atomno= 3 rsd= 4 atomno= 4 rsd= 4&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
	How could I define this DOF in the AtomTree, or is there a way to resolve this issue differently? I am attaching the params files for both subunits.
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-upload field-type-file field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;table class="sticky-enabled"&gt;
 &lt;thead&gt;&lt;tr&gt;&lt;th&gt;Attachment&lt;/th&gt;&lt;th&gt;Size&lt;/th&gt; &lt;/tr&gt;&lt;/thead&gt;
&lt;tbody&gt;
 &lt;tr class="odd"&gt;&lt;td&gt;&lt;span class="file"&gt;&lt;img class="file-icon" alt="" title="text/plain" src="/modules/file/icons/text-plain.png" /&gt; &lt;a href="https://www.rosettacommons.org/sites/default/files/uploads/forum/new_TPA.params.txt" type="text/plain; length=2167"&gt;new_TPA.params.txt&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;2.12 KB&lt;/td&gt; &lt;/tr&gt;
 &lt;tr class="even"&gt;&lt;td&gt;&lt;span class="file"&gt;&lt;img class="file-icon" alt="" title="text/plain" src="/modules/file/icons/text-plain.png" /&gt; &lt;a href="https://www.rosettacommons.org/sites/default/files/uploads/forum/new_ETY.params.txt" type="text/plain; length=1291"&gt;new_ETY.params.txt&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;1.26 KB&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/non-canonical-peptides"&gt;Non-Canonical Peptides&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Fri, 12 May 2023 10:07:32 +0000</pubdate>
<dc:creator>mluengo</dc:creator>
<guid ispermalink="false">11756 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11756#comments</comments>
</item>
<item>
<title>Challenge with applying AntibodyCDRGrafter method and MinMover method</title>
<link/>https://www.rosettacommons.org/node/11707
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	I've been trying to trial designing antibody CDRs. Thus far I haven't had much luck applying standard methods. I've converted my antibody to AHO scheme with PyIgClassify and applied the cleanATOM method, however, I am still running into the following error prompt. Any recommendations on how to resolve this, would be great.
&lt;/p&gt;

&lt;p&gt;
	I've applied the AntibodyInfo method and am able to print the antibody with the sequences of each CDR, so I don't think the first portion about start and end not being contained is correct.
&lt;/p&gt;

&lt;p&gt;
	The prompt says I can apply a loop modeling application to fix the issue, so I'm reading a bit about what's possible from the documentation and pyTutorial. Any thoughts or suggested reading is appreciated.
&lt;/p&gt;

&lt;p&gt;
	&lt;strong&gt;Error Prompt:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
	&lt;u&gt;&lt;span&gt;Antibody does not contain the start or end residue of cdr loop H1 start: 132 end: 0 Please check pdb is renumbered properly and the passed -numbering_scheme option matches the PDB. This could also mean missing density in the cdr loop. Loop modeling applications can be used to fill missing residues &lt;/span&gt;&lt;/u&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-category field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/pyrosetta"&gt;PyRosetta&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/forums/pyrosetta/pyrosetta-general"&gt;PyRosetta - General&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-taxonomy-vocabulary-6 field-type-taxonomy-term-reference field-label-above"&gt;&lt;div class="field-label"&gt;Post Situation:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/post-situation/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Sun, 19 Feb 2023 05:41:30 +0000</pubdate>
<dc:creator>kylevaccaro</dc:creator>
<guid ispermalink="false">11707 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11707#comments</comments>
</item>
</channel>
</rss>
