<?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 - Constraints</title>
<link/>https://www.rosettacommons.org/category/category/constraints
 <description></description>
<language>en</language>
<item>
<title>Cartesian_ddG mutfile error</title>
<link/>https://www.rosettacommons.org/node/11867
 <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 gus,
&lt;/p&gt;

&lt;p&gt;
	When i use catesian-ddg for protein stability, i want saturation site by all amino acied. but I Set  "1 A ALLAA" OR "C 1 ALLAA"(first site is  cys), all error.
&lt;/p&gt;

&lt;p&gt;
	and i type "total 9 
&lt;/p&gt;

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

&lt;p&gt;
	C 1 A &lt;br /&gt;
	1 &lt;br /&gt;
	C 1  W &lt;br /&gt;
	1 &lt;br /&gt;
	C 1  F &lt;br /&gt;
	1 &lt;br /&gt;
	C 1  I&lt;br /&gt;
	.....  " Enumerative method is OK. So， how I set mutfile more easy and clearly ? help!
&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/constraints"&gt;Constraints&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>Mon, 05 Feb 2024 09:25:11 +0000</pubdate>
<dc:creator>paulbo</dc:creator>
<guid ispermalink="false">11867 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11867#comments</comments>
</item>
<item>
<title>Applying RMSD constraints using pyrosetta or Rosettascripts</title>
<link/>https://www.rosettacommons.org/node/11693
 <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 all,
&lt;/p&gt;

&lt;p&gt;
	I'm interested in applying RMSD constraints to a pose using pyrosetta.
&lt;/p&gt;

&lt;p&gt;
	I currenly have a native pose which is &lt;strong&gt;deformed manually&lt;/strong&gt;, such the the backbone RMSD with respect to the native is 1 Angstroms.
&lt;/p&gt;

&lt;pre&gt;
&lt;code class="language-python"&gt;pose.residue(r).set_xyz(a, py.rosetta.numeric.xyzVector_double_t(new_coords[0], new_coords[1], new_coords[2]))&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	However, when I relax (cartesian), I notice the structure relaxing back to the native, ie the RMSD decreases to ~0 Angstroms.
&lt;/p&gt;

&lt;p&gt;
	Im keen to apply constraints on the &lt;strong&gt;deformed coordinates before relaxing&lt;/strong&gt; such that the RMSD of 1 Angstroms is maintained. 
&lt;/p&gt;

&lt;p&gt;
	Currently, I have been applying coordinate constraints on the backbone of the deformed structure using a harmonic potential with a std dev of 0.5 Angstroms. But this is not ideal, as the backbone RMSD can still change.
&lt;/p&gt;

&lt;p&gt;
	There are parallels to this, for example using PLUMED for molecular dynamics simulations. I wish to know if I can implement this somehow in Rosetta? I would be really grateful to any insights. Feel free to contact me for any details/data.
&lt;/p&gt;

&lt;p&gt;
	Is there a general solution to the application of constraints to much more complex collective variables (CVs) in Rosetta?
&lt;/p&gt;

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

&lt;p&gt;
	Akshay
&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/constraints"&gt;Constraints&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>Thu, 09 Feb 2023 13:37:45 +0000</pubdate>
<dc:creator>chenna</dc:creator>
<guid ispermalink="false">11693 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11693#comments</comments>
</item>
<item>
<title>Failure to produce a cst file</title>
<link/>https://www.rosettacommons.org/node/11625
 <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 generated a mincst.log using the below command:
&lt;/p&gt;

&lt;p&gt;
	minimize_with_cst.default.linuxgccrelease -s fe.pdb  -in:file:fullatom -ignore_unrecognized_res -fa_max_dis 9.0 -database /home/protein-institute/ROSETTA/rosetta_bin_linux_2020.08.61146_bundle/main/database -ddg::harmonic_ca_tether 0.5 -ddg::constraint_weight 1.0 -ddg::out_pdb_prefix min_cst_0.5 -ddg::sc_min_only false &amp;gt; mincst.log
&lt;/p&gt;

&lt;p&gt;
	then produced mincst.log file was employed for generating a cst file as input for the high-resolution protocol of ddg_monomer using the below command:
&lt;/p&gt;

&lt;p&gt;
	convert_to_cst_file.sh mincst.log &amp;gt; i.cst
&lt;/p&gt;

&lt;p&gt;
	unfortunately, the process was disrupted and cst file haven't the necessary information. all input and output files were uploaded.
&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-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/mincst.txt" type="text/plain; length=127143"&gt;mincst.txt&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;124.16 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/convert_to_cst_file.txt" type="text/plain; length=612"&gt;convert_to_cst_file.txt&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;612 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/constraints"&gt;Constraints&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>Wed, 26 Oct 2022 18:17:14 +0000</pubdate>
<dc:creator>biotech</dc:creator>
<guid ispermalink="false">11625 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11625#comments</comments>
</item>
<item>
<title>Residue outside res_map range</title>
<link/>https://www.rosettacommons.org/node/11594
 <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 am using Rosetta to relax a enzyme with a substrate and a cofactor. The "flags2" was from rosetta/main/demos/public/prepare_pdb_for_rosetta_with_relax/starting_inputs
&lt;/p&gt;

&lt;p&gt;
	The params file for substrate (DHD.params) and cofactor (NAP) were also used.
&lt;/p&gt;

&lt;p&gt;
	But errors!! How to solve this problem?
&lt;/p&gt;

&lt;p&gt;
	"flag2"  was scucessfull for the "1A99_1A99.pdb" inrosetta/main/demos/public/prepare_pdb_for_rosetta_with_relax/starting_inputs
&lt;/p&gt;

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

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

&lt;p&gt;
	(base) ubun@ubun-System-Product-Name:~/relax/test$ $ROSETTA/main/source/bin/relax.mpi.linuxgccrelease -s 01-MD-086DS.pdb @flags2 &amp;gt; log2.txt
&lt;/p&gt;

&lt;p&gt;
	[ ERROR ]: Caught exception:
&lt;/p&gt;

&lt;p&gt;
	File: src/core/id/NamedAtomID_Map.hh:390&lt;br /&gt;
	Residue outside res_map range
&lt;/p&gt;

&lt;p&gt;
	AN INTERNAL ERROR HAS OCCURED. PLEASE SEE THE CONTENTS OF ROSETTA_CRASH.log FOR DETAILS.
&lt;/p&gt;

&lt;p&gt;
	---------------------------------------------------------------&lt;br /&gt;
	[ ERROR ]: Error(s) were encountered when running jobs.&lt;br /&gt;
	1 jobs failed;&lt;br /&gt;
	Check the output further up for additional error messages.&lt;br /&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-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/01-MD-086DS.pdb" type="chemical/x-pdb; length=450842"&gt;01-MD-086DS.pdb&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;440.28 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/DHD.params.txt" type="text/plain; length=4210" title="DHD.params.txt"&gt; DHD.params&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;4.11 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/flags2.txt" type="text/plain; length=321" title="flags2.txt"&gt;flags2&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;321 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/constraints"&gt;Constraints&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>Sat, 10 Sep 2022 08:56:46 +0000</pubdate>
<dc:creator>to-qinbin@163.com</dc:creator>
<guid ispermalink="false">11594 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11594#comments</comments>
</item>
<item>
<title>Applying dihedral constraints to TRP dipeptide minimization. ACE/NME termni. </title>
<link/>https://www.rosettacommons.org/node/11530
 <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 have been attempting to apply dihedral constraints to the phi/psi angles of a small TRP dipeptide minimization without success. From the output pdb it appears the second dihedral constraint is not applied to the CN atom of the Acetylayted end cap. This dihedral angle shifts to 150 degrees despite a very strong constraint. I suspect Rosetta might be selecting the first CN atom it finds which would be the methyl carbon on the NME cap rather than the carbonyl carbon on the ACE group of the same name.
&lt;/p&gt;

&lt;p&gt;
	My main goal here is to interpolate the 2D psi/phi potential energy surface for different canonical and non-canonical residues for comparison. For this I'll be applying dihedral constraints across the phi/psi grid, minimizing each point, then calculating a static score with any constraints removed.
&lt;/p&gt;

&lt;p&gt;
	I am using the linux_2020.08.61146_bundle with precompiled binaries.
&lt;/p&gt;

&lt;p&gt;
	Any help would be greatly appreciated.
&lt;/p&gt;

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

&lt;p&gt;
	PDB File (attached):
&lt;/p&gt;

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

&lt;p&gt;
	Constraints File: (This is a test case to try and fix dihedral angles)
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;Dihedral CN 1 N 1 CA 1 C 1 HARMONIC -3.14 0.05
Dihedral N 1 CA 1 C 1 NM 1 HARMONIC -3.14 0.05&lt;/code&gt;&lt;/pre&gt;

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

&lt;p&gt;
	Input flags:
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;-s pes.pdb
-run:min_type lbfgs_armijo_nonmonotone_atol
-run:min_tolerance 0.00000001
-constraints:cst_file cstfile
-score:weights ref2015_cst
-out:suffix _minwithcsts
-optimization:default_max_cycles 1000000000&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-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/pes.pdb" type="chemical/x-pdb; length=5607" title="pes.pdb"&gt;TRP Dipeptide&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;5.48 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="application/octet-stream" src="/modules/file/icons/application-octet-stream.png" /&gt; &lt;a href="https://www.rosettacommons.org/sites/default/files/uploads/forum/rosetta_0.log" type="application/octet-stream; length=9375" title="rosetta.log"&gt;rosetta output&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;9.16 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="chemical/x-pdb" src="/modules/file/icons/application-octet-stream.png" /&gt; &lt;a href="https://www.rosettacommons.org/sites/default/files/uploads/forum/pes_minwithcsts_0001.pdb" type="chemical/x-pdb; length=7468" title="pes_minwithcsts_0001.pdb"&gt;output pdb&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;7.29 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/constraints"&gt;Constraints&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, 11 Jul 2022 21:39:18 +0000</pubdate>
<dc:creator>reoverstreet</dc:creator>
<guid ispermalink="false">11530 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11530#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>constraining different chains together in rosetta_cm</title>
<link/>https://www.rosettacommons.org/node/11322
 <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;
	 
&lt;/p&gt;

&lt;p&gt;
	I am trying to construct a homology model with 4 chains, the primary one (A) being a protein and the 3 others being an RNA chain and two DNA chains.. However, when the hybridize mover starts to build the model via rosetta_scripts it throws out the nucleotide chains from the protein while I know that they should be inserted into it so I tried using constrains as suggested in the constraints guide for rosetta cm as well as using the pdb specific labels for constrains as described here in the forums but for some reason my pose includes only the protein residues without anyone of. the nucleotide chains. Originally, I threaded the full 4 chains with partial thread while leaving the nucleotides as they are in the template, and adding the nuc. chains into the fasta and alignment which seemed to work. However, apparently they're missing in the pose so I'm obviously doing something wrong. 
&lt;/p&gt;

&lt;p&gt;
	Thanks in advance for any responses on this matter,
&lt;/p&gt;

&lt;p&gt;
	Y.
&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/constraints"&gt;Constraints&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, 18 Nov 2021 10:59:29 +0000</pubdate>
<dc:creator>y_atsmonraz</dc:creator>
<guid ispermalink="false">11322 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11322#comments</comments>
</item>
<item>
<title>calcium metal nomenclature: Rosetta_cm confusing HETATM CA (calcium) with ATOM CA (alpha-carbon)</title>
<link/>https://www.rosettacommons.org/node/11262
 <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 community,
&lt;/p&gt;

&lt;p&gt;
	I had this posted under a different sub-forum but I realized it didn't fit that forum so deleted it and reposting here.
&lt;/p&gt;

&lt;p&gt;
	             Hopefully this is a simple answer but I couldn't find any answer and I don't remember this happening on a previous rosetta version, just updated from 2019 to 2021.16.61629_bundle. The goal is to add constraints to the amino acids that bind calcium in a homology model since they are in a small loop and can reorient without calcium present. I'm using the metal_setup mover to apply constraints but I'm open to other suggestions.
&lt;/p&gt;

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

&lt;p&gt;
	           I'm doing a homology model of a 4-unit symmetrical membrane channel coupled with Calmodulin. The channel and Calmodulin are seperate chains which is denoted in the fasta with a "/" in the sequence to show the split. All this works fine for un-calcified calmodulin. However, now I'm making a calcified calmodulin structure and I have calcium ions in the single unit INPUT.pdb (output of make_symm.sh file. The thread is made with no issue. The problem is the next step of using rosetta_CM and the xml. I'm using the metals setup mover line (1) to denote the amino acids and residues. However, the calcium ions are being confused by roestta for Alpha-Carbons. I have three Calciums per subunit and they are all being overlayed onto the last alpha carbon in the protein sequence for each single unit (2). 
&lt;/p&gt;

&lt;p&gt;
	       Is there a special residue or atom name the rosetta is expecting for Calciums? currently the only naming scheme that works is "CA". (3)
&lt;/p&gt;

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

&lt;p&gt;
	Thanks for any help and let me know if you need any more information,
&lt;/p&gt;

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

&lt;p&gt;
	1. calcium is residues 526-528. interacting residues is 397-408 --&amp;gt; 526, 433-433 --&amp;gt; 527, 470-480 --&amp;gt; 528
&lt;/p&gt;

&lt;p&gt;
	&amp;lt;ROSETTASCRIPTS&amp;gt;&lt;br /&gt;
	    &amp;lt;TASKOPERATIONS&amp;gt;&lt;br /&gt;
	        &amp;lt;ExtraRotamersGeneric name="extrachi" ex1="1" ex2="1" /&amp;gt;&lt;br /&gt;
	    &amp;lt;/TASKOPERATIONS&amp;gt;&lt;br /&gt;
	    &amp;lt;SCOREFXNS&amp;gt;&lt;br /&gt;
	        &amp;lt;ScoreFunction name="stage1" weights="stage1_membrane.wts" symmetric="1"&amp;gt;&lt;br /&gt;
	            &amp;lt;Reweight scoretype="atom_pair_constraint" weight="1"/&amp;gt;&lt;br /&gt;
	        &amp;lt;/ScoreFunction&amp;gt;&lt;br /&gt;
	        &amp;lt;ScoreFunction name="stage2" weights="stage2_membrane.wts" symmetric="1"&amp;gt;&lt;br /&gt;
	            &amp;lt;Reweight scoretype="atom_pair_constraint" weight="0.5"/&amp;gt;&lt;br /&gt;
	        &amp;lt;/ScoreFunction&amp;gt;&lt;br /&gt;
	        &amp;lt;ScoreFunction name="fullatom" weights="stage3_rlx_membrane.wts" symmetric="1"&amp;gt;&lt;br /&gt;
	            &amp;lt;Reweight scoretype="atom_pair_constraint" weight="0.5"/&amp;gt;&lt;br /&gt;
	        &amp;lt;/ScoreFunction&amp;gt;&lt;br /&gt;
	        &amp;lt;ScoreFunction name="r15" weights="ref2015" &amp;gt;&lt;br /&gt;
	            &amp;lt;Reweight scoretype="cart_bonded" weight="0.5"/&amp;gt;&lt;br /&gt;
	            &amp;lt;Reweight scoretype="pro_close" weight="0.0"/&amp;gt;&lt;br /&gt;
	         &amp;lt;/ScoreFunction&amp;gt;&lt;br /&gt;
	    &amp;lt;/SCOREFXNS&amp;gt;&lt;br /&gt;
	    &amp;lt;FILTERS&amp;gt;&lt;br /&gt;
	    &amp;lt;/FILTERS&amp;gt;&lt;br /&gt;
	    &amp;lt;MOVERS&amp;gt;&lt;br /&gt;&lt;u&gt;&lt;strong&gt;        &amp;lt;SetupMetalsMover name="setup_metals" metals_detection_LJ_multiplier="1.0" contact_resnums="239-245,397-408,433-443,470-480" metal_resnums="526-528" /&amp;gt;&lt;/strong&gt;&lt;/u&gt;&lt;br /&gt;
	        &amp;lt;Hybridize name="hybridize" stage1_scorefxn="stage1" stage2_scorefxn="stage2" fa_scorefxn="fullatom" batch="1" stage1_increase_cycles="1.0" stage2_increase_cycles="1.0" add_hetatm="1" &amp;gt;&lt;br /&gt;
	            &amp;lt;Fragments three_mers="hsk2o_03_05.200_v1_3" nine_mers="hsk2o_09_05.200_v1_3"/&amp;gt;&lt;br /&gt;
	            &amp;lt;Template pdb="hsk2o-thread-cam-chain-ABCD_INPUT.pdb" cst_file="AUTO" weight="1.000" symmdef="hsk2o-thread-cam-chain-ABCD.symm" /&amp;gt;&lt;br /&gt;
	        &amp;lt;/Hybridize&amp;gt;&lt;br /&gt;
	        &amp;lt;FastRelax name="relax" scorefxn="r15" task_operations="extrachi" cartesian="true" bondangle="true" bondlength="true"/&amp;gt;&lt;br /&gt;
	    &amp;lt;/MOVERS&amp;gt;&lt;br /&gt;
	    &amp;lt;PROTOCOLS&amp;gt;&lt;br /&gt;
	        &amp;lt;Add mover="setup_metals"/&amp;gt;&lt;br /&gt;
	        &amp;lt;Add mover="hybridize"/&amp;gt;&lt;br /&gt;
	        &amp;lt;Add mover="relax"/&amp;gt;&lt;br /&gt;
	    &amp;lt;/PROTOCOLS&amp;gt;&lt;br /&gt;
	    &amp;lt;OUTPUT scorefxn="r15"/&amp;gt;&lt;br /&gt;
	&amp;lt;/ROSETTASCRIPTS&amp;gt;
&lt;/p&gt;

&lt;p&gt;
	2. notice that the Calciums have the same coordinates as the first alpha-carbon of chain B the start of calmodulin. this is true for all 4 symmetrical units
&lt;/p&gt;

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

&lt;p&gt;
	ATOM   6185  OD1 ASN A 379      -2.989   8.407  56.731  1.00  0.00           O&lt;br /&gt;
	ATOM   6186  ND2 ASN A 379      -3.678   8.654  54.615  1.00  0.00           N&lt;br /&gt;
	ATOM   6187  H   ASN A 379      -5.605   5.733  55.922  1.00  0.00           H&lt;br /&gt;
	ATOM   6188  HA  ASN A 379      -4.757   7.483  58.184  1.00  0.00           H&lt;br /&gt;
	ATOM   6189 1HB  ASN A 379      -5.936   8.097  55.462  1.00  0.00           H&lt;br /&gt;
	ATOM   6190 2HB  ASN A 379      -5.666   9.317  56.708  1.00  0.00           H&lt;br /&gt;
	ATOM   6191 1HD2 ASN A 379      -2.719   8.727  54.264  1.00  0.00           H&lt;br /&gt;
	ATOM   6192 2HD2 ASN A 379      -4.442   8.704  53.978  1.00  0.00           H&lt;br /&gt;
	TER&lt;br /&gt;
	ATOM   6194  N   ASP B 380      -1.237 -47.247  33.849  1.00  0.00           N&lt;br /&gt;&lt;u&gt;&lt;strong&gt;ATOM   6195  CA  ASP B 380      -2.006 -46.260  34.601  1.00  0.00           C&lt;/strong&gt;&lt;/u&gt;&lt;br /&gt;
	ATOM   6196  C   ASP B 380      -2.779 -45.354  33.619  1.00  0.00           C&lt;br /&gt;
	ATOM   6197  O   ASP B 380      -3.335 -45.841  32.634  1.00  0.00           O&lt;br /&gt;
	ATOM   6198  CB  ASP B 380      -1.035 -45.467  35.514  1.00  0.00           C&lt;br /&gt;
	ATOM   6199  CG  ASP B 380      -1.668 -44.574  36.608  1.00  0.00           C&lt;br /&gt;
	ATOM   6200  OD1 ASP B 380      -2.103 -44.975  37.659  1.00  0.00           O&lt;br /&gt;
	...
&lt;/p&gt;

&lt;p&gt;
	HETATM 8425 CA    CA C 526      -2.006 -46.260  34.601  1.00  0.00          CA&lt;br /&gt;
	HETATM 8426 CA    CA C 527      -2.006 -46.260  34.601  1.00  0.00          CA&lt;br /&gt;
	HETATM 8427 CA    CA C 528      -2.006 -46.260  34.601  1.00  0.00          CA&lt;br /&gt;
	 
&lt;/p&gt;

&lt;p&gt;
	3.  last few lines of input file. notice no TER line although I've tried it with. notice different XYZ coordinates for all atoms. I've also tried adjusting the spacing of the "CA" in the residue column. Calmodulin for the input as chain A but converted to chain B due to the fasta file input described above.
&lt;/p&gt;

&lt;p&gt;
	ATOM   5840  CA  ASP A 380      -5.804 -51.544  37.679  1.00  0.00           C&lt;br /&gt;
	...
&lt;/p&gt;

&lt;p&gt;
	ATOM   8068 3HB  ALA A 525     -34.729 -39.328  36.187  1.00  0.00           H&lt;br /&gt;
	HETATM 8069  CA   CA A 526       2.182 -32.441  49.215  1.00239.49&lt;br /&gt;
	HETATM 8070  CA   CA A 527      -8.813 -37.633  50.564  1.00182.89&lt;br /&gt;
	HETATM 8071  CA   CA A 528     -33.639 -23.142  47.008  1.00223.54&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/structure-prediction"&gt;Structure prediction&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/membrane"&gt;Membrane&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>Wed, 04 Aug 2021 06:26:29 +0000</pubdate>
<dc:creator>rlwoltz</dc:creator>
<guid ispermalink="false">11262 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11262#comments</comments>
</item>
<item>
<title>FlexPepDock bug? Constraints do not appear in total_score?</title>
<link/>https://www.rosettacommons.org/node/11254
 <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, looking for some help,
&lt;/p&gt;

&lt;p&gt;
	It appears that constraints do not contribute to the final score output when running the FlexPepDock ab initio protocol.
&lt;/p&gt;

&lt;p&gt;
	I am getting docking samples that should yield score penalties &amp;gt;1000 under the provided distance constraints (AtomPair FLAT_HARMONIC). However, the scorefile reports numbers consistent with the score absent of penalties (approx -550, for a protein length 300 and peptide length 5).
&lt;/p&gt;

&lt;p&gt;
	I provide the constraints file with the flag -constraints:cst_file
&lt;/p&gt;

&lt;p&gt;
	Does anyone have experience with this? How have you set up constraints in your FlexPepDock runs, and can you confirm the constraints impacted the score?
&lt;/p&gt;

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

&lt;p&gt;
	Nathan
&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/constraints"&gt;Constraints&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>Mon, 26 Jul 2021 21:29:26 +0000</pubdate>
<dc:creator>nrollins</dc:creator>
<guid ispermalink="false">11254 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11254#comments</comments>
</item>
<item>
<title>Loop modeling with constraints</title>
<link/>https://www.rosettacommons.org/node/11154
 <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 am trying to model a loop with a constraints file (the constraints are for the atoms of the loop).
&lt;/p&gt;

&lt;p&gt;
	but every time I get this message:
&lt;/p&gt;

&lt;pre&gt;
[FILE]: src/core/pose/util.cc
[LINE]: 704
[START_MESSAGE]
Atom 'OVL1 31' not found

[END_MESSAGE]
[END_CRASH_REPORT]&lt;/pre&gt;

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

&lt;p&gt;
	I also tried to set the flag "-constraints:named" to true but it didn't help...
&lt;/p&gt;

&lt;p&gt;
	I am using the following command:
&lt;/p&gt;

&lt;p&gt;
	loopmodel.linuxgccrelease -ex1 -ex2 -extrachi_cutoff 0 -loops:remodel perturb_kic -loops:refine refine_kic -constraints:named true -loops:fix_natsc -in:file:fullatom -in:file:s my_file.pdb -loops:loop_file my_loop_file -nstruct 1 -constraints:cst:file my_const -constraints:cst_weight 1.0 &amp;gt; loop_model.log
&lt;/p&gt;

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

&lt;p&gt;
	Is there any way to model a loop in rosetta with a constraints file (without constraints it work fine)? 
&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/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&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>Sat, 20 Mar 2021 10:53:26 +0000</pubdate>
<dc:creator>agctomer</dc:creator>
<guid ispermalink="false">11154 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11154#comments</comments>
</item>
</channel>
</rss>
