<?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 - Chemically Modified Residues</title>
<link/>https://www.rosettacommons.org/category/category/chemically-modified-residues
 <description></description>
<language>en</language>
<item>
<title>Model GFP chromophore(cro) using NCAA or NC backbone method?</title>
<link/>https://www.rosettacommons.org/node/11905
 <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;
	Dear users,
&lt;/p&gt;

&lt;p&gt;
	Because GFP chromophore (CRO) comes from cyclization of three amino acids: S, Y, and G, I am not sure how to model it.
&lt;/p&gt;

&lt;p&gt;
	(1) In "Using NCAAs in Protein-Peptide Interface Design", Ornithine can be seen as a modified form of Lys: only one amino acid.
&lt;/p&gt;

&lt;p&gt;
	However, CRO includes three amino acids, so there are total three R groups. When preparing rotamer library, CHI angles from three R groups seems confusing.
&lt;/p&gt;

&lt;p&gt;
	(2) In "Adding Diverse Noncanonical Backbones to Rosetta: Enabling Peptidomimetic Design", all five cases in this paper are non-peptidic oligomer scaffolds (noncanonical backbones): each oligomer has repeated unit (NC backbone unit). But there is only one CRO in GFP, it is not repeated unit.
&lt;/p&gt;

&lt;p&gt;
	If it is possible, could you please give me some hints, or any tutorial on modeling CRO using rosetta?
&lt;/p&gt;

&lt;p&gt;
	Many thanks!
&lt;/p&gt;

&lt;p&gt;
	Lei
&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/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/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Thu, 04 Apr 2024 13:23:06 +0000</pubdate>
<dc:creator>lei</dc:creator>
<guid ispermalink="false">11905 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11905#comments</comments>
</item>
<item>
<title>analyze_flex_ddG.py</title>
<link/>https://www.rosettacommons.org/node/11845
 <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 am new to Rosetta. I am trying to perform the Flex ddG tutorial in order to predict changes in binding free energies upon mutation (interface ΔΔG).
&lt;/p&gt;

&lt;p&gt;
	I downloaded the folder from the GitHub webpage, and I  succeesfully ran the run_example_1.py script which has generated three folders with one rosetta.out files (along with other files).
&lt;/p&gt;

&lt;p&gt;
	Then, I ran the python3 analyze_flex_ddG.py output/ command, and I get this error:
&lt;/p&gt;

&lt;p&gt;
	raceback (most recent call last):&lt;br /&gt;
	  File "/home/valeria/Downloads/flex_ddG_tutorial-master/analyze_flex_ddG.py", line 215, in &amp;lt;module&amp;gt;&lt;br /&gt;
	    analyze_output_folder( folder_to_analyze )&lt;br /&gt;
	  File "/home/valeria/Downloads/flex_ddG_tutorial-master/analyze_flex_ddG.py", line 191, in analyze_output_folder&lt;br /&gt;
	    ddg_scores, struct_scores = calc_ddg( scores )&lt;br /&gt;
	                                ^^^^^^^^^^^^^^^^^^&lt;br /&gt;
	  File "/home/valeria/Downloads/flex_ddG_tutorial-master/analyze_flex_ddG.py", line 132, in calc_ddg&lt;br /&gt;
	    ddg_scores = ddg_scores.append( scores.loc[ ((scores['state'] == 'unbound_wt') | (scores['state'] == 'bound_mut')) &amp;amp; (scores['struct_num'] &amp;lt;= nstructs) ].copy() )&lt;br /&gt;
	                 ^^^^^^^^^^^^^^^^^&lt;br /&gt;
	  File "/home/valeria/miniconda3/lib/python3.11/site-packages/pandas/core/generic.py", line 5989, in __getattr__&lt;br /&gt;
	    return object.__getattribute__(self, name)&lt;br /&gt;
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;br /&gt;
	AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?&lt;br /&gt;
	 
&lt;/p&gt;

&lt;p&gt;
	Could you please help me understand what the problem is and how to solve it?
&lt;/p&gt;

&lt;p&gt;
	Thanks in advance
&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/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/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Tue, 28 Nov 2023 12:30:07 +0000</pubdate>
<dc:creator>valebut</dc:creator>
<guid ispermalink="false">11845 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11845#comments</comments>
</item>
<item>
<title>nomenclature question in molfile_to_params_polymer.py in ncaa design</title>
<link/>https://www.rosettacommons.org/node/11840
 <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;
	Dear users,
&lt;/p&gt;

&lt;p&gt;
	In NCAA tutorial, in order to use molfile_to_params_polymer.py script, we have to update the mol file by adding some additional data at the end of mol file.
&lt;/p&gt;

&lt;p&gt;
	Actually I understand most of these additional data except the meanings of POLY_UPPER and POLY_LOWER: they are atom number for capping groups connecting to the residue. However, I donot understand the UPPER and LOWER meanings in these two terms. They are connected to C-ter and N-ter of the residue, but is there any relationship between "UPPER &amp;amp; LOWER" and "C-ter &amp;amp; N-ter" of the residue?
&lt;/p&gt;

&lt;p&gt;
	Thanks!
&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/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/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Tue, 21 Nov 2023 17:47:57 +0000</pubdate>
<dc:creator>lei</dc:creator>
<guid ispermalink="false">11840 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11840#comments</comments>
</item>
<item>
<title>RECCESS-Rosetta Segmentation Fault with nonnatural residues</title>
<link/>https://www.rosettacommons.org/node/11790
 <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;
	 
&lt;/p&gt;

&lt;p&gt;
	I am trying to run the recess-turner function with the following command:
&lt;/p&gt;

&lt;p&gt;
	recces_turner.macosclangrelease -score:weights stepwise/rna/turner -seq1 gu  -seq2 [2MA]c -recces:n_cycle 9000000 -recces:temps 0.8 1 1.4 1.8 3 7 30 -st_weights 9.024828183205116 18.24157438187578 22.310063998885838 25.608533286161883 25.949659063278826 25.027484033009934 -recces:out_prefix ST -save_score_terms 
&lt;/p&gt;

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

&lt;p&gt;
	I keep getting a segmentation fault when I use the 2MA modified residue. However, it is not all modified residues that fail. The following command works: 
&lt;/p&gt;

&lt;p&gt;
	recces_turner.macosclangrelease -score:weights stepwise/rna/turner -seq1 gu  -seq2 [3MC]c -recces:n_cycle 9000000 -recces:temps 0.8 1 1.4 1.8 3 7 30 -st_weights 9.024828183205116 18.24157438187578 22.310063998885838 25.608533286161883 25.949659063278826 25.027484033009934 -recces:out_prefix ST -save_score_terms 
&lt;/p&gt;

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

&lt;p&gt;
	Please help why some modified residues work, and others don't.
&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/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/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Wed, 26 Jul 2023 00:13:26 +0000</pubdate>
<dc:creator>skorro</dc:creator>
<guid ispermalink="false">11790 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11790#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>N-Terminal Galactose </title>
<link/>https://www.rosettacommons.org/node/11643
 <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,
&lt;/p&gt;

&lt;p&gt;
	I want to modell the HbA1c (Hb with Galactose bound to the N-Terminal Val) N-Terminal residues.
&lt;/p&gt;

&lt;p&gt;
	I can't find a matching paramterset for the Galactose in the database. The to6-*-*-Galp.param is very close except that instead of the O6 atom, the C6 is bound to the N of the Val.
&lt;/p&gt;

&lt;p&gt;
	What is the best way to add the right parameters as a new residue type? Copy the to6-*-*-Galp.param files and modify just the atoms bound to the N or start from scratch?
&lt;/p&gt;

&lt;p&gt;
	How would the new *.param file look like?
&lt;/p&gt;

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

&lt;p&gt;
	Best regards,
&lt;/p&gt;

&lt;p&gt;
	Basti
&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="chemical/x-pdb" src="/modules/file/icons/application-octet-stream.png" /&gt; &lt;a href="https://www.rosettacommons.org/sites/default/files/uploads/forum/GalVal.pdb" type="chemical/x-pdb; length=1469"&gt;GalVal.pdb&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;1.43 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="image/png" src="/modules/file/icons/image-x-generic.png" /&gt; &lt;a href="https://www.rosettacommons.org/sites/default/files/uploads/forum/GalVal.png" type="image/png; length=205009"&gt;GalVal.png&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;200.2 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/chemically-modified-residues"&gt;Chemically Modified Residues&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&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/rosetta-3/rosetta-3-general"&gt;Rosetta 3 - General &lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Mon, 21 Nov 2022 16:33:59 +0000</pubdate>
<dc:creator>SebastianBB</dc:creator>
<guid ispermalink="false">11643 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11643#comments</comments>
</item>
<item>
<title>Weekly releases for commercial users?</title>
<link/>https://www.rosettacommons.org/node/11443
 <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 Steven, Rocco, et al., 
&lt;/p&gt;

&lt;p&gt;
	Would it be possible to have the weekly releases for commercial users restarted?   The last weekly release available (for commercial users, maybe commercial and academic users?) is Rosetta 2021.16, with a release date of Friday, April 23, 2021.  I know there have been bug fixes and other minor improvements made to apps that I am using and it would be great to have access to those.  If weekly releases are unlikely to restart anytime soon, would it be possible to have the source code changes of bug fixes merged into main (master) posted somewhere so that licensees can patch the source themselves?  
&lt;/p&gt;

&lt;p&gt;
	Thanks,&lt;br /&gt;
	-Ron
&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 class="field-item odd"&gt;&lt;a href="/category/category/structure-prediction"&gt;Structure prediction&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/docking"&gt;Docking&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/category/category/design"&gt;Design&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/scoring"&gt;Scoring&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/category/category/enzyme-design"&gt;Enzyme Design&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/loop-modeling"&gt;Loop Modeling&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/category/category/constraints"&gt;Constraints&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/symmetry"&gt;Symmetry&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/category/category/small-molecules"&gt;Small Molecules&lt;/a&gt;&lt;/div&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 class="field-item odd"&gt;&lt;a href="/category/category/fragment-generation"&gt;Fragment Generation&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-general"&gt;Rosetta 3 - 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, 22 Mar 2022 14:48:27 +0000</pubdate>
<dc:creator>rjacak</dc:creator>
<guid ispermalink="false">11443 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11443#comments</comments>
</item>
<item>
<title>Modelling at defined pH - for pmutscan - pH:mode not working</title>
<link/>https://www.rosettacommons.org/node/11434
 <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 am new to Rosetta and using various Rosetta protocols, primarily remodel and pmutscan, to assess the impact of various mutations on protein stability. I would like to model the protein and associated mutations at acidic pH as this may affect salt bridge formation and overall REU score.
&lt;/p&gt;

&lt;p&gt;
	I have tried using the -pH_mode true and -value_pH 2.5 flags as suggested in other posts (&lt;a href="https://www.rosettacommons.org/node/3711"&gt;https://www.rosettacommons.org/node/3711&lt;/a&gt;). However, these flags do not have any effect on the protonation states of side chains in output pdb structures or on the calculated energy values.
&lt;/p&gt;

&lt;p&gt;
	Does anybody know how I could make these flags work? Do they still work on the most recent versions of Rosetta? Are there any other ways to take pH into account in Rosetta?
&lt;/p&gt;

&lt;p&gt;
	Thank you for any help!
&lt;/p&gt;

&lt;p&gt;
	My command looks like this:
&lt;/p&gt;

&lt;p&gt;
	pmut_scan_parallel.static.macosclangrelease -s 1tie_0008_0002_0004.pdb -database database -output_mutant_structures -DDG_cutoff 999 -ignore_unrecognized_res -no_his_his_pairE -multi_cool_annealer 10 -pH_mode -value_pH 2.5 -mute basic core -ex1 -ex2 &amp;gt; .sc
&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/scoring"&gt;Scoring&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/category/category/loop-modeling"&gt;Loop Modeling&lt;/a&gt;&lt;/div&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/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/unsolved"&gt;Unsolved&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Tue, 15 Mar 2022 11:05:29 +0000</pubdate>
<dc:creator>cagfa1</dc:creator>
<guid ispermalink="false">11434 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11434#comments</comments>
</item>
<item>
<title>RAbD with N-term，Proline-like ncaa returns segmentation fault during CCDEndsGraftMover</title>
<link/>https://www.rosettacommons.org/node/11407
 <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;
	Recently I'm stumbling with rosetta RAbD application (version 2020.08.61146) in hope to modify an antibody whose antigen containing a non-canonical,N-term, and PRO-like aa ,namely the pyroglutamic acid in its epitope. 
&lt;/p&gt;

&lt;p&gt;
	I generated params file according tutorials in :&lt;a href="https://new.rosettacommons.org/demos/latest/public/design_with_ncaa/README"&gt;https://new.rosettacommons.org/demos/latest/public/design_with_ncaa/README&lt;/a&gt;,with input mol file below.
&lt;/p&gt;

&lt;p&gt;
	the product params runs properly during dock,relax,and RAbD's seq_design mode (except for wrong number in N-term hydrogen adding). but when doing graft design ,the application failed during CCDEndsGraftMover with a segmentation fault.
&lt;/p&gt;

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

&lt;p&gt;
	I had a series of attempts to solve the problem:
&lt;/p&gt;

&lt;p&gt;
	I fixed the patch file in  database/chemical/residue_type_sets/fa_standard( and centroid ) /patches .
&lt;/p&gt;

&lt;p&gt;
	I tried to use Pro's centroid Params for this one. I tried to modify the  ICOOR_INTERNAL lines so as to make the fold tree grows from CA (rather than from N , as the python script generated)  ,adding virtual N and cut_bonds(as Pro's params does) .
&lt;/p&gt;

&lt;p&gt;
	I tried to change the value of NBR_RADIUS.  
&lt;/p&gt;

&lt;p&gt;
	I even tried to modifying the params directly from PRO's by adding an acyl-oxgen atoms. 
&lt;/p&gt;

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

&lt;p&gt;
	Below are two files I finally got. Sadly neither of them works.  Due to limit error message, it's quite hard for me to debug the 'segmentation fault'.
&lt;/p&gt;

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

&lt;p&gt;
	Can anyone give it a look and help me out ?
&lt;/p&gt;

&lt;p&gt;
	thank you very much.
&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/params_modified_from_PRO.txt" type="text/plain; length=2419"&gt;params_modified_from_PRO.txt&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;2.36 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/params_gen_and_modified_manually.txt" type="text/plain; length=2040"&gt;params_gen_and_modified_manually.txt&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;1.99 KB&lt;/td&gt; &lt;/tr&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/starting_pose_for_design.txt" type="text/plain; length=148959"&gt;starting_pose_for_design.txt&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;145.47 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/design"&gt;Design&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/category/category/chemically-modified-residues"&gt;Chemically Modified Residues&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/category/category/fragment-generation"&gt;Fragment Generation&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/rosetta-3/rosetta-3-applications"&gt;Rosetta 3 - Applications&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Mon, 07 Feb 2022 03:09:18 +0000</pubdate>
<dc:creator>CordycepsLin</dc:creator>
<guid ispermalink="false">11407 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11407#comments</comments>
</item>
<item>
<title>simple_cycpep_predict with N-term acetylation</title>
<link/>https://www.rosettacommons.org/node/11384
 <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 am trying to explore with simple_cycpep_predict using compstatin (from 2QKI as a toy example).  This molecule is both N-term acetylated and C-term amidated, and I am having the hardest time trying to specify those modifications.  As far as I understand it, simple_cycpep_predict doesn't use fasta format as input but uses space delimted 3 letter code to specify peptide sequence (the file that I am using is attached here).  I tried using -extra_patch_fa with N_acetylated.txt but it doesn't seem to do anything.  Can someone point me in the right direction?
&lt;/p&gt;

&lt;p&gt;
	Best,
&lt;/p&gt;

&lt;p&gt;
	Ken
&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/compstatin.txt" type="text/plain; length=51"&gt;compstatin.txt&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;51 bytes&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/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-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/rosetta-3/rosetta-3-applications"&gt;Rosetta 3 - Applications&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
<pubdate>Fri, 17 Dec 2021 17:49:41 +0000</pubdate>
<dc:creator>Ken</dc:creator>
<guid ispermalink="false">11384 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11384#comments</comments>
</item>
</channel>
</rss>
