<?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 - Fragment Generation</title>
<link/>https://www.rosettacommons.org/category/category/fragment-generation
 <description></description>
<language>en</language>
<item>
<title>Error with fragment picking</title>
<link/>https://www.rosettacommons.org/node/11944
 <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'm very new to using Rosetta and I'm having problems generating 3mers and 9mers. I've followed the tutorials and the documentation, but I continue to receive an error.
&lt;/p&gt;

&lt;p&gt;
	I've created a directory (input_files) with the following files: a FASTA sequence, an ss2 file (generated using PsiPred), and a PDB file (I've tried using both the one generated by AlphaFold3 and the one generated by DMPFold prediction but it doesn't seem to make a difference). The protein has 322 amino acids and I've verified that all three input files have 322 amino acids.
&lt;/p&gt;

&lt;p&gt;
	This is the command I use in the shell:
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;../../rosetta.binary.ubuntu.release-371/main/source/build/src/release/linux/5.4/64/x86/gcc/7/static/fragment_picker.static.linuxgccrelease @flags&lt;/code&gt;&lt;/pre&gt;

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

&lt;p&gt;
	And this is the contenute of "flags":
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;# Input databases
-in::file::vall                 ../../rosetta.binary.ubuntu.release-371/main/tools/fragment_tools/vall.apr24.2008.extended.gz

# Query-related input files
#-in::file::checkpoint          input_files/0296.checkpoint
-in::file::fasta                input_files/0296.fasta
-in::file::s                    input_files/0296.pdb
-frags::ss_pred                 input_files/0296.psipred.ss2 predA

# Weights file
-frags::scoring::config         input_files/simple.wghts

# What should we do?
-frags::bounded_protocol

# three-mers and nine-mers
-frags::frag_sizes              3 9
-frags::n_candidates            200
-frags::n_frags                 200

# Output
-out::file::frag_prefix         output_files/frags
-frags::describe_fragments      output_files/frags.fsc&lt;/code&gt;&lt;/pre&gt;

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

&lt;p&gt;
	This is the simple.wghts file:
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;# score name          priority  wght   max_allowed  extras
RamaScore               400    2.0     -       predA
SecondarySimilarity     350     1.0            predA
FragmentCrmsd             0     0.0     -&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	and this is the error in crash report: 
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;[FILE]: src/protocols/frag_picker/scores/SecondarySimilarity.hh
[LINE]: 99
[START_MESSAGE]
[ ERROR ] UtilityExitException
ERROR: Unable to find secondary structure prediction for psipred&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	Lines 97-99 of SecondarySimilarity.hh are:
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;core::fragment::SecondaryStructureOP query_prediction( picker-&amp;gt;get_query_ss(prediction_id) );
                if ( ! query_prediction ) {
                        utility_exit_with_message("Unable to find secondary structure prediction for " + prediction_id );&lt;/code&gt;&lt;/pre&gt;

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

&lt;p&gt;
	If I use, instead of simple.wghts:
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;SecondarySimilarity      350     0.5 - predA
ProfileScoreL1           50      1 -
FragmentCrmsd            30      0.0 -
RamaScore                100     2.0 - predA&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;
	this is the error:
&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;[FILE]: src/protocols/frag_picker/scores/SecondarySimilarity.cc
[LINE]: 136
[START_MESSAGE]
[ ERROR ] UtilityExitException
ERROR: Assertion `query_prediction-&amp;gt;total_residue() == query_len_` failed.&lt;/code&gt;&lt;/pre&gt;

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

&lt;p&gt;
	Can you please help me making this fragment picker work?
&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/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, 18 Jun 2024 00:37:39 +0000</pubdate>
<dc:creator>gserci</dc:creator>
<guid ispermalink="false">11944 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11944#comments</comments>
</item>
<item>
<title>Memory Leak in FragmentPicker.cxx11thread application</title>
<link/>https://www.rosettacommons.org/node/11783
 <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 class="rtejustify"&gt;
	Dear Sir and Madam,
&lt;/p&gt;

&lt;div&gt;
	I have a question regarding memory leak in FragmentPicker.cxx11thread application.
&lt;/div&gt;

&lt;div&gt;
	 
&lt;/div&gt;

&lt;div&gt;
	When I launch Rosetta FragmentPicker thread application on SLURM (with all relevant frags:non-local and frags:contacts settings turned on), the amount of consumed memory grows up fastly, cluster gets overloaded and application's run is aborted (st9bad_alloc) with ExitCode 134.
&lt;/div&gt;

&lt;div&gt;
	 
&lt;/div&gt;

&lt;div&gt;
	I noticed, that with bigger number of thread this memory growth usage gets faster, consequently, the software stops even sooner. On this basis I may suppose, that it is thread-related problem. I read, that the problem often consists in some features of C++.
&lt;/div&gt;

&lt;div&gt;
	 
&lt;/div&gt;

&lt;div&gt;
	I have tried to restrict the input and amount of processed data by a list of denied_pdb and cutting the number of candidated and selected fragments per position, respectively. I would notice, that the foregoing error (or stucking at this stage) happens at the saving fragments stage.
&lt;/div&gt;

&lt;div&gt;
	 
&lt;/div&gt;

&lt;div&gt;
	UPD:
	&lt;div&gt;
		&lt;div&gt;
			But after thorough examination of slurm[jobid].out file I noticed, that this memory usage increases even after closing all threads, when there is only one thread left (I mean, that application is still running). At least, slurm[jobid].out doesn't present any further multithread activity despite the highest possible log output ('trace') level 500 - probably the progress displaying stucks at some stage. That contradicts, what I see at cluster - htop shows usage of specified number of CPUs until the very end.
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;
	 
&lt;/div&gt;

&lt;div&gt;
	Would you be kind to tell me, how to fix this problem, please?
&lt;/div&gt;

&lt;div&gt;
	 
&lt;/div&gt;

&lt;div&gt;
	I will be sincerely grateful for your response.
&lt;/div&gt;

&lt;div&gt;
	 
&lt;/div&gt;

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

&lt;div&gt;
	Corvin.
&lt;/div&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/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-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, 11 Jul 2023 13:04:04 +0000</pubdate>
<dc:creator>Corvin</dc:creator>
<guid ispermalink="false">11783 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11783#comments</comments>
</item>
<item>
<title>Generating a new Vall database</title>
<link/>https://www.rosettacommons.org/node/11772
 <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've been looking through the fragment-picker application and my objective is to select fragments from the vall database such that only fragments that are 100% identical to the query fragments are selected. Since the probability of getting larger fragments, that are entirely identical to the query fragments, is low; I wish to create a newer updated vall database from more recent and bigger protein databases. Could someone guide me through achieving this task or point me to the required references?
&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/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-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, 20 Jun 2023 19:08:04 +0000</pubdate>
<dc:creator>vijay.anand</dc:creator>
<guid ispermalink="false">11772 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11772#comments</comments>
</item>
<item>
<title>Ways to improve AbRelax performance?</title>
<link/>https://www.rosettacommons.org/node/11463
 <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 class="rtejustify"&gt;
	Dear Sir and Madam,
&lt;/p&gt;

&lt;p class="rtejustify"&gt;
	I would like to ask you regarding the ways to improve the performance for either FragmentPicker and AbRelax applications.
&lt;/p&gt;

&lt;p class="rtejustify"&gt;
	I have already done a lot of work, trying to pick the right settings and relevant to them values for both FragmentPicker and AbRelax. But, unfortunately, I haven't succeeded in generation of protein structures.&lt;br /&gt;&lt;br /&gt;
	They either don't pass turned on filters, or AbRelax produces poorly folded structures without proper secondary structure.&lt;br /&gt;
	When I turn on nonlocal setting for FragmentPicker, it is not able to produce fragment files for feasible time (calculation takes too much time, e.g. there are not still results even after 10-12 hours of work).&lt;br /&gt;&lt;br /&gt;
	In addition, I ran these application through MPI or use FragmentPicker compiled under cxx11thread.&lt;br /&gt;&lt;br /&gt;
	Nevertheless, these approaches haven't led me to successful outcome yet.&lt;br /&gt;&lt;br /&gt;
	I would hazard to guess, that the problem lies in computational capacities of hardware. I must note that my laptop has 8 Intel i5 CPUs with 1.6 GHz performance for each one. I have read such a claim, that Rosetta is not good at modelling ab initio of protein, longer than 150 AAs. My protein consists of 264 AAs.
&lt;/p&gt;

&lt;p class="rtejustify"&gt;
	Would anyone be kind to tell me either the way to improve my option settings or I should just to find some more powerful hardware, please?
&lt;/p&gt;

&lt;p class="rtejustify"&gt;
	Best regards,
&lt;/p&gt;

&lt;p class="rtejustify"&gt;
	Corvin.
&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/AbInitioOptions_copy.txt" type="text/plain; length=2306" title="AbInitioOptions_copy.txt"&gt;AbRelax protocol&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;2.25 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/BestFragments_copy_0.txt" type="text/plain; length=1300" title="BestFragments_copy.txt"&gt;FragmentPick protocol&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;1.27 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/structure-prediction"&gt;Structure prediction&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-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>Tue, 19 Apr 2022 13:10:28 +0000</pubdate>
<dc:creator>Corvin</dc:creator>
<guid ispermalink="false">11463 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11463#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>Generating the 3-mer and 9-mer fragments</title>
<link/>https://www.rosettacommons.org/node/11412
 <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 have recently started using Rosetta and I wanted to generate the 3-mer and 9-mer fragments for Abinitio (without using the Robetta server). &lt;br /&gt;
	I used the make_fragment.pl files provided under the fragment_tools folder in Rosetta to generate the files (by giving just the fasta file as an input). However, the result that I gathered was not the same, as what is generated by the Robetta server.
&lt;/p&gt;

&lt;p&gt;
	I would really appreciate any help on what I am doing wrong or how I can verify the results or are there any other ways to generate the 3-mer, 9-mer file without having to use the Robetta server. 
&lt;/p&gt;

&lt;p&gt;
	In addition to the configuration changes in the make_fragment.pl file, I once changed the default database from nr to uniref50, but I later reversed it.
&lt;/p&gt;

&lt;p&gt;
	Thank you.
&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/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-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, 09 Feb 2022 17:04:52 +0000</pubdate>
<dc:creator>Prasoon</dc:creator>
<guid ispermalink="false">11412 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11412#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>Robetta</title>
<link/>https://www.rosettacommons.org/node/11239
 <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 want to create Robetta locally on my high-powered home computer. Does anyone have detailed instructions on how to do this?
&lt;/p&gt;

&lt;p&gt;
	I would appreciate any help!
&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/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-buildinstall"&gt;Rosetta 3 - 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, 25 Jun 2021 18:34:50 +0000</pubdate>
<dc:creator>Rodriguez</dc:creator>
<guid ispermalink="false">11239 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11239#comments</comments>
</item>
<item>
<title>r_frag_quality</title>
<link/>https://www.rosettacommons.org/node/11182
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;div class="tex2jax"&gt;&lt;p&gt;
	Hi everyone,
&lt;/p&gt;

&lt;p&gt;
	I would like to assess my designs using the fragment quality metric and biased forward folding. In both cases Rosetta documentation suggests to use the r_frag_quality application. However I cannot find it in my locally compiled versions of rosetta (for example in rosetta_src_2020.08.61146_bundle). Can anybody help? 
&lt;/p&gt;

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

&lt;p&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/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-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, 12 Apr 2021 10:06:11 +0000</pubdate>
<dc:creator>ii_cnr</dc:creator>
<guid ispermalink="false">11182 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11182#comments</comments>
</item>
<item>
<title>Creating fragment files for proteins less than 27 aa in length</title>
<link/>https://www.rosettacommons.org/node/11108
 <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;
	Good day.&lt;br /&gt;
	I'd like to make abinitio structure prediction using rosetta of some small proteins (e.g. 2jof, which length is 20 amino acids). &lt;br /&gt;
	Such prediction requires fragment files, which can be generated using web Robetta Server or by youself using PSI-BLAST.&lt;br /&gt;
	However, when i tried to submit a job on Robetta there was an error:&lt;br /&gt;&lt;strong&gt;Sequence length must be between 27 and 1000 residues&lt;/strong&gt;&lt;br /&gt;
	Similar restriction was described in rosetta manual dedicated fragment-files:&lt;br /&gt;&lt;strong&gt;Obtain a fasta file for the desired sequence. This file must have 60 characters/line with no white space. &lt;/strong&gt;Therefore, no less than 60 aa. &lt;br /&gt;
	So, i'd like to ask if there is some way to generate fragment files for proteins, which length less than 27, in order to predict their structure using Rosetta Abinitio?&lt;br /&gt;&lt;br /&gt;
	Many 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/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-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, 26 Jan 2021 15:50:52 +0000</pubdate>
<dc:creator>Poladu</dc:creator>
<guid ispermalink="false">11108 at https://www.rosettacommons.org</guid>
<comments>https://www.rosettacommons.org/node/11108#comments</comments>
</item>
</channel>
</rss>
