<?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</title>
<link/>https://www.rosettacommons.org/category/category/pyrosetta
 <description></description>
<language>en</language>
<item>
<title>Segmentation fault (core dumped) error when importing pyrosetta with Tensorflow</title>
<link/>https://www.rosettacommons.org/node/11943
 <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 my workflow involves importing pyrosetta and tensorflow together in a single python script. And whenever I import both modules and run the program, I'm keep getting segmentation fault (core dumped) error. Here is my code:
&lt;/p&gt;

&lt;p&gt;
	import tensorflow as tf&lt;br /&gt;
	from pyrosetta import *
&lt;/p&gt;

&lt;p&gt;
	If I put them other way around
&lt;/p&gt;

&lt;p&gt;
	from pyrosetta import *&lt;br /&gt;
	import tensorflow as tf
&lt;/p&gt;

&lt;p&gt;
	I get Floating point exception (core dumped)
&lt;/p&gt;

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

&lt;p&gt;
	Here is my system information:
&lt;/p&gt;

&lt;p&gt;
	OS type: Fedora Linux 38 (64 bit)
&lt;/p&gt;

&lt;p&gt;
	Python: 3.11.4
&lt;/p&gt;

&lt;p&gt;
	Pyrosetta: pyrosetta-2023.45+release.a6d9ba8-cp311-cp311-linux_x86_64.whl
&lt;/p&gt;

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

&lt;p&gt;
	Below is the output I get from gdb debugger:
&lt;/p&gt;

&lt;p&gt;
	Thread 1 "python" received signal SIGFPE, Arithmetic exception.&lt;br /&gt;
	0x00007fff7b1a4831 in std::__detail::_Map_base&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;, std::pair&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const, void*&amp;gt;, std::allocator&amp;lt;std::pair&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const, void*&amp;gt; &amp;gt;, std::__detail::_Select1st, std::equal_to&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::hash&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits&amp;lt;true, false, true&amp;gt;, true&amp;gt;::operator[](std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;&amp;amp;&amp;amp;) () from /home/ju/.cache/pypoetry/virtualenvs/hercules-An2atp8I-py3.11/lib/python3.11/site-packages/tensorflow/python/platform/_pywrap_tf2.so&lt;br /&gt;
	(gdb) backtrace&lt;br /&gt;
	\#0  0x00007fff7b1a4831 in std::__detail::_Map_base&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;, std::pair&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const, void*&amp;gt;, std::allocator&amp;lt;std::pair&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const, void*&amp;gt; &amp;gt;, std::__detail::_Select1st, std::equal_to&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::hash&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits&amp;lt;true, false, true&amp;gt;, true&amp;gt;::operator[](std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;&amp;amp;&amp;amp;) () from /home/ju/.cache/pypoetry/virtualenvs/hercules-An2atp8I-py3.11/lib/python3.11/site-packages/tensorflow/python/platform/_pywrap_tf2.so&lt;br /&gt;
	#1  0x00007fff7b1a467f in pybind11::detail::local_internals::local_internals() () from /home/ju/.cache/pypoetry/virtualenvs/hercules-An2atp8I-py3.11/lib/python3.11/site-packages/tensorflow/python/platform/_pywrap_tf2.so&lt;br /&gt;
	#2  0x00007fff7b1a6207 in pybind11::detail::loader_life_support::get_stack_tls_key() () from /home/ju/.cache/pypoetry/virtualenvs/hercules-An2atp8I-py3.11/lib/python3.11/site-packages/tensorflow/python/platform/_pywrap_tf2.so&lt;br /&gt;
	#3  0x00007fff7b1a237c in pybind11::cpp_function::dispatcher(_object*, _object*, _object*) () from /home/ju/.cache/pypoetry/virtualenvs/hercules-An2atp8I-py3.11/lib/python3.11/site-packages/tensorflow/python/platform/_pywrap_tf2.so&lt;br /&gt;
	#4  0x000000000055505b in ?? ()&lt;br /&gt;
	#5  0x000000000052f0ec in _PyObject_MakeTpCall ()&lt;br /&gt;
	#6  0x000000000053d28e in _PyEval_EvalFrameDefault ()&lt;br /&gt;
	#7  0x0000000000613134 in ?? ()&lt;br /&gt;
	#8  0x0000000000612797 in PyEval_EvalCode ()&lt;br /&gt;
	#9  0x000000000062c513 in ?? ()&lt;br /&gt;
	#10 0x000000000054adab in ?? ()&lt;br /&gt;
	#11 0x00000000005458d7 in _PyEval_EvalFrameDefault ()&lt;br /&gt;
	#12 0x0000000000565f23 in _PyFunction_Vectorcall ()&lt;br /&gt;
	#13 0x0000000000553b10 in ?? ()&lt;br /&gt;
	#14 0x0000000000583dc1 in PyObject_CallMethodObjArgs ()&lt;br /&gt;
	#15 0x0000000000583860 in PyImport_ImportModuleLevelObject ()&lt;br /&gt;
	#16 0x0000000000598d96 in ?? ()&lt;br /&gt;
	#17 0x000000000054adab in ?? ()&lt;br /&gt;
	#18 0x00000000005458d7 in _PyEval_EvalFrameDefault ()&lt;br /&gt;
	#19 0x0000000000565f23 in _PyFunction_Vectorcall ()&lt;br /&gt;
	#20 0x0000000000553b10 in ?? ()&lt;br /&gt;
	#21 0x0000000000583dc1 in PyObject_CallMethodObjArgs ()&lt;br /&gt;
	#22 0x0000000000583860 in PyImport_ImportModuleLevelObject ()&lt;br /&gt;
	#23 0x0000000000598d96 in ?? ()&lt;br /&gt;
	#24 0x000000000054adab in ?? ()&lt;br /&gt;
	#25 0x00000000005458d7 in _PyEval_EvalFrameDefault ()&lt;br /&gt;
	#26 0x0000000000565f23 in _PyFunction_Vectorcall ()&lt;br /&gt;
	#27 0x0000000000553b10 in ?? ()&lt;br /&gt;
	#28 0x0000000000583dc1 in PyObject_CallMethodObjArgs ()&lt;br /&gt;
	#29 0x0000000000583860 in PyImport_ImportModuleLevelObject ()&lt;br /&gt;
	#30 0x00000000005428f7 in _PyEval_EvalFrameDefault ()&lt;br /&gt;
	#31 0x0000000000613134 in ?? ()&lt;br /&gt;
	#32 0x0000000000612797 in PyEval_EvalCode ()&lt;br /&gt;
	#33 0x00000000006335ab in ?? ()&lt;br /&gt;
	#34 0x000000000062f7f4 in ?? ()&lt;br /&gt;
	#35 0x0000000000643e95 in ?? ()&lt;br /&gt;
	#36 0x0000000000643504 in _PyRun_SimpleFileObject ()&lt;br /&gt;
	#37 0x0000000000643317 in _PyRun_AnyFileObject ()&lt;br /&gt;
	#38 0x000000000063dea9 in Py_RunMain ()&lt;br /&gt;
	#39 0x0000000000603b0d in Py_BytesMain ()&lt;br /&gt;
	#40 0x00007ffff7c29d90 in __libc_start_call_main (main=main@entry=0x603a60, argc=argc@entry=2, argv=argv@entry=0x7fffffffdde8) at ../sysdeps/nptl/libc_start_call_main.h:58&lt;br /&gt;
	#41 0x00007ffff7c29e40 in __libc_start_main_impl (main=0x603a60, argc=2, argv=0x7fffffffdde8, init=&amp;lt;optimized out&amp;gt;, fini=&amp;lt;optimized out&amp;gt;, rtld_fini=&amp;lt;optimized out&amp;gt;, stack_end=0x7fffffffddd8) at ../csu/libc-start.c:392&lt;br /&gt;
	#42 0x0000000000603995 in _start ()
&lt;/p&gt;

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

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

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

&lt;p&gt;
	Any Idea why this is happening in general with Tensorflow? Are those two modules trying to get access to the memory at the same time or something?
&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-buildinstall"&gt;PyRosetta - Build/Install&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>Mon, 17 Jun 2024 15:00:22 +0000</pubdate>
<dc:creator>proteinstudio</dc:creator>
<guid ispermalink="false">11943 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11943#comments</comments>
</item>
<item>
<title>Serialization for Python 3.5</title>
<link/>https://www.rosettacommons.org/node/11937
 <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 GitHub repo (&lt;a href="https://github.com/Haddox/score_monomeric_designs"&gt;Link&lt;/a&gt;) that creates a pipeline for the Rocklin et al. 2017, Science metrics. The provided environment yml file specifies python 3.5 while the code imports pyrosetta.distributed libraries. I've looked through the archive release versions of PyRosetta but did not see a serialization/distributed build for Python 3.5. I've tried running the code with the available 3.5 build but get the following error code:
&lt;/p&gt;

&lt;p&gt;
	"CRITICAL:root:Exception while running score_designs.score_pdb_file: __cereal_getstate__ requires pyrosetta '--serialization' build."
&lt;/p&gt;

&lt;p&gt;
	Is there an internal or old version of PyRosetta that supports serialization for Python 3.5?
&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-buildinstall"&gt;PyRosetta - Build/Install&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>Fri, 31 May 2024 19:36:43 +0000</pubdate>
<dc:creator>Getmo</dc:creator>
<guid ispermalink="false">11937 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11937#comments</comments>
</item>
<item>
<title>Scoring function for disordered peptide ddG calculations?</title>
<link/>https://www.rosettacommons.org/node/11934
 <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 looking to do a ddG analysis on some peptide structures that I have developed through simulation. Previously, I have used pyrosetta for performing ddG analyses on membrane proteins. In that case, I was able to use the franklin_2019 weights as my scoring function.
&lt;/p&gt;

&lt;p&gt;
	Poking around, I have seen that there are a good number of weights files listed as:&lt;br /&gt;
	/PATH/pyrosetta/lib/python3.9/site-packages/pyrosetta/database/scoring/weights/*.wts
&lt;/p&gt;

&lt;p&gt;
	I know from my experience that there is a function specific for membrane proteins, and that there is something like a default scoring function in REF2015 (&lt;a href="https://www.rosettacommons.org/docs/latest/rosetta_basics/scoring/score-types"&gt;https://www.rosettacommons.org/docs/latest/rosetta_basics/scoring/score-types&lt;/a&gt;). Is there any documentation to point out specific scoring functions for different applications, including disordered proteins or peptides?
&lt;/p&gt;

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

&lt;p&gt;
	Austin Weigle
&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/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-applications"&gt;PyRosetta - Applications&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, 28 May 2024 21:52:28 +0000</pubdate>
<dc:creator>austin.weigle.usda</dc:creator>
<guid ispermalink="false">11934 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11934#comments</comments>
</item>
<item>
<title>Unable to get non-commercial license to get username/password</title>
<link/>https://www.rosettacommons.org/node/11927
 <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 team,
&lt;/p&gt;

&lt;p&gt;
	As noted in the steps to get non commercial license, there is a license form people can fill up to register for username/password to use Pyrosetta. Seems the form is unable to find.
&lt;/p&gt;

&lt;p&gt;
	Thanks for assistance.
&lt;/p&gt;

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

&lt;p&gt;
	david
&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-buildinstall"&gt;PyRosetta - Build/Install&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>Fri, 17 May 2024 22:39:02 +0000</pubdate>
<dc:creator>David123</dc:creator>
<guid ispermalink="false">11927 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11927#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>Error about rifdocking step 15</title>
<link/>https://www.rosettacommons.org/node/11858
 <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 still working on the Cao protocol. And I ran into another problem. When I ran step 15: Motif extraction. I ran the following command:&lt;br /&gt;&lt;strong&gt;/home/gaon/cao_protocol/cao_2021_protocol/motif_extraction.py -in:file:silent /home/gaon/cao_protocol/protocol_test_E/input/rifdock_out/fd_output_splits/xaa.silent -ref_pdb /home/gaon/cao_protocol/protocol_test_E/input/output/rif_64_output_sca0.8_noKR.rif.gz_target_chainchanged.pdb -out_prefix mot_&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
	It reported this error:&lt;br /&gt;
	core.conformation.Conformation: Found disulfide between residues 117 145&lt;br /&gt;
	length of the binder 65&lt;br /&gt;
	basic.io.database: Database file opened: scoring/score_functions/elec_cp_reps.dat&lt;br /&gt;
	core.scoring.elec.util: Read 40 countpair representative atoms&lt;br /&gt;
	core.pack.dunbrack.RotamerLibrary: shapovalov_lib_fixes_enable option is true.&lt;br /&gt;
	core.pack.dunbrack.RotamerLibrary: Binary rotamer library selected: /home/gaon/miniconda3/lib/python3.11/site-packages/pyrosetta/database/rotamer/beta_nov2016/Dunbrack10.lib.bin&lt;br /&gt;
	core.pack.dunbrack.RotamerLibrary: Using Dunbrack library binary file '/home/gaon/miniconda3/lib/python3.11/site-packages/pyrosetta/database/rotamer/beta_nov2016/Dunbrack10.lib.bin'.&lt;br /&gt;
	core.pack.dunbrack.RotamerLibrary: Dunbrack 2010 library took 0.169196 seconds to load from binary&lt;br /&gt;
	total score of the complex: -442.187&lt;br /&gt;&lt;strong&gt;Traceback (most recent call last):&lt;br /&gt;
	  File "/home/gaon/cao_protocol/cao_2021_protocol/motif_extraction.py", line 302, in &amp;lt;module&amp;gt;&lt;br /&gt;
	    graph = get_my_interface_graph(pose)&lt;br /&gt;
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;br /&gt;
	  File "/home/gaon/cao_protocol/cao_2021_protocol/motif_extraction.py", line 94, in get_my_interface_graph&lt;br /&gt;
	    edge = it.__mul__()&lt;br /&gt;
	           ^^^^^^^^^^&lt;br /&gt;
	AttributeError: 'pyrosetta.rosetta.utility.graph.EdgeListConstItera' object has no attribute '__mul__'. Did you mean: '__module__'?&lt;/strong&gt;&lt;br /&gt;
	Could anyone please help me solve this problem? 
&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/rosetta-3/rosetta-3-applications"&gt;Rosetta 3 - Applications&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, 22 Jan 2024 00:30:06 +0000</pubdate>
<dc:creator>ng98</dc:creator>
<guid ispermalink="false">11858 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11858#comments</comments>
</item>
<item>
<title>Demo scripts for proteinmpnn in pyrosetta</title>
<link/>https://www.rosettacommons.org/node/11835
 <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;
	Are there currently any demo scripts/usage examples for using proteinmpnn in pyrosetta? I've found the module documentation here:&lt;a href="https://graylab.jhu.edu/PyRosetta.documentation/index.html"&gt;https://graylab.jhu.edu/PyRosetta.documentation/index.html&lt;/a&gt;
&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/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-applications"&gt;PyRosetta - Applications&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>Thu, 09 Nov 2023 01:57:57 +0000</pubdate>
<dc:creator>lwhitm1</dc:creator>
<guid ispermalink="false">11835 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11835#comments</comments>
</item>
<item>
<title>Installing pyrosetta for proteinmpnn use</title>
<link/>https://www.rosettacommons.org/node/11830
 <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;
	What is the best way to install PyRosetta for use with Protein MPNN? I am installing it for myself on an hpc cluster (redhat linux 8) and haven't found much documentation outside of that for the general PyRosetta install.
&lt;/p&gt;

&lt;p&gt;
	&lt;br /&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/design"&gt;Design&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&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-buildinstall"&gt;PyRosetta - Build/Install&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>Mon, 06 Nov 2023 12:38:02 +0000</pubdate>
<dc:creator>lwhitm1</dc:creator>
<guid ispermalink="false">11830 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11830#comments</comments>
</item>
<item>
<title>NMR NOE based structure prediction</title>
<link/>https://www.rosettacommons.org/node/11813
 <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;
	Based on the NMR NOE data, I want to use PyRosetta for the structure prediction of my peptides having unnatural amino acids. I went through the manual but couldn't find much information for structure prediction based on NMR data. It would be of great help if you cite protocols, scripts or literature used to determine the structure using NMR data in PyRosetta.
&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-applications"&gt;PyRosetta - Applications&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>Mon, 25 Sep 2023 06:39:29 +0000</pubdate>
<dc:creator>Pooja</dc:creator>
<guid ispermalink="false">11813 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11813#comments</comments>
</item>
<item>
<title>Altered pLDDT scores after running FastRelax on AlphaFold Multimer output pdb files</title>
<link/>https://www.rosettacommons.org/node/11810
 <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,
&lt;/p&gt;

&lt;p&gt;
	I hope this message finds you well. I noticed after running FastRelax on output pdb files from AlphaFold Multimer that the pLDDT scores encoded in the B-factor &lt;span&gt;fields&lt;/span&gt; have been altered. Is there a way to avoid this and maintain the original pLDDT scores? I have attached the code I am running below. 
&lt;/p&gt;

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

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

&lt;pre&gt;
&lt;code class="language-python"&gt;!pip install pyrosettacolabsetup
import pyrosettacolabsetup; pyrosettacolabsetup.install_pyrosetta()
import pyrosetta; pyrosetta.init('-ex1 -ex2 -use_input_sc -no_optH false -flip_HNQ -nstruct 1')
from pyrosetta import *
from pyrosetta.teaching import *
#input pdb file
pose = pose_from_pdb('unrelaxed_97.pdb')
#shorten name
fr = pyrosetta.rosetta.protocols.relax.FastRelax()
#get ref2015 scoring function
fr.set_scorefxn(get_score_function())
#flags from benchmark study Yin et al., 2022
fr.constrain_relax_to_start_coords(True)
fr.coord_constrain_sidechains(True)
fr.ramp_down_constraints(False)
#run FastRelax
fr.apply(pose)
#download relaxed structure
pose.dump_pdb('relaxed_97.pdb')&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-applications"&gt;PyRosetta - Applications&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, 17 Sep 2023 21:08:14 +0000</pubdate>
<dc:creator>franz72</dc:creator>
<guid ispermalink="false">11810 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11810#comments</comments>
</item>
</channel>
</rss>
