You are here

Solved

The problem has been solved

Difference between GenericMonteCarloMover() and GenericSimulatedAnnealer()

Category: 
PyRosetta

Hello Everyone,

I am trying to preform RosettaDesign using thr FastRelax() mover. As I understand this is the correct mover? or should i be using FastDesign()?

Anyway, What is the difference between the GenericMonteCarloMover() and the GenericSimulatedAnnealer() movers? and which one should I be using with FastRelax() to preform correct RosettaDesign?

I tried both, but both fail to change the structure's sequence. Here is my code:

Post Situation: 

Abinitio isolated

Category: 
Structure prediction

Hello community,

 

I have found that I am using Rosetta (C++) only to run Abinitio folding simulations.

Is it possible to isolate just the Abinitio executable from the Rosetta bundle and compile it on its own, rather than keep moving and compiling the entire Rosetta (C++) software?

Post Situation: 

proteins.pdb: Not enough chains in submitted protein! [At least 2 chains should be present, found chains: [u'A']...]

Category: 
Docking

Hello,

 

I am trying to dock two proteins but I keep getting this error. I am not sure why its there as there are two chains in the pdb.

Can anyone help?

Thank you

Post Situation: 

Error when run script "thread_pdb_from_alignment.py"

Category: 
Docking

Hello guys,

I'm using the ligand docking protocol, and when I put the command below it does not generate the expected output file "2ou0_threaded.pdb"

command:

/home/carlos/Downloads/Rosetta/rosetta_bin_linux_2017.08.59291_bundle/tools/protein_tools/scripts/thread_pdb_from_alignment.py --template=2anv_A --target=2ou0_ --chain=A --align_format=clustal alignment.aln 2anv_A.pdb 2ou0_threaded.pdbD

Error:

Post Situation: 

An issue with GenericMonteCarloMover()

Category: 
Design

Dear All,

I  have the following code that i wrote back in summer 2017 and it worked perfectly until February. But then I started to get strange errors (and I have not modified my code at all). After investigating it seems that the GenericMonteCarloMover() is deleting the content of the pose after the .apply(pose). In other words, after the mover is done i get an empty pose (no length and no sequence).

Post Situation: 

The algorithm of adding missing Hydrogen to a backbone

Category: 
Design

Hello people,

You know how when you import PDB structures into Rosetta and relax them Rosetta adds the missing hydrogens? What is the algorithm that does that?

I want to know the mathematical aproach, not the code; does it use rotation vectors and a rotation matrix to find the orientation and position the hydrogens? Does it use another approach?

I beleive this same algorithm is used to add/replace sidechain? it finds the orientation and angles of the side chains and replaces them?

Post Situation: 

Fix corrupted Backbone

Category: 
Design

Hello people,

I have a protein topology with a strange backbone (attached).

You can see that there is structure (several helices), but the backbone itself is not good enough to be able to do anything computationally with it, if ported into PyRosetta, PyRosetta it gets confused. So my question is how can I fix this backbone, nothing fancy just replace each position with Glycine or Valine or Alenine, but the proper ideal structure of the amino acid that will not result in clashed nor atoms occupying the same space?

Post Situation: 

Molecular oxygen

Category: 
Small Molecules

I am planning on docking a ligand in a cavity with a heme and a constrained oxygen. Whereas I can make params of ligands and non-canonical residues, I cannot for molecular oxygen (OXY). It is not in the database either. Molfile_to_params.py gives the following 

Post Situation: 

test unit error cxxtestgen.py TabError: inconsistent use of tabs and spaces in indentation

Category: 
Compilation

Hi,

I  sucessufully compiled release and debug libraries and excecutables. However,  when I get an error message for test units.  This is my log:

 

/scons.py mode=debug cat=test -j2

Post Situation: 

cyclization_type flag in simple_cycpep_predict

Category: 
Structure prediction
Design
Constraints

Dear Rosetta users or developers,

 

I'm trying to model small, cyclic peptides with the simple_cycpep_predict routine. While I explicitely asked for a terminal disulfide cyclization (using the flag -cyclic_peptide:cyclization_type terminal_disulfide), the output models are cyclized with a mainchain bond (the default n_to_c_amide_bond).

Post Situation: 

Pages