You are here

Solved

The problem has been solved

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: 

error for the pose reading:TRP:NtermProteinFull:triazolamerC missing: C1

Category: 
Design

Hi there,

I have a pdb file from CHARMM format. When I use

fixbb.default.linuxgccrelease -in:file:s step1_pdbreader.pdb -in:file:fullatom -resfile resfile_2 -ex1 -ex2 -extrachi_cutoff 1 -nstruct 50 >out

I got this:

core.io.pose_from_sfr.PoseFromSFRBuilder: [ WARNING ] skipping pdb residue b/c it's missing too many mainchain atoms:    1 A TRP TRP:NtermProteinFull:triazolamerC
core.io.pose_from_sfr.PoseFromSFRBuilder: missing:  CT1


and it skipped the first residue TRP.

Post Situation: 

Problems with disulphide bonds during KIC

Category: 
Structure prediction

Hello.

I am new to Rosetta. I am trying to build a model of my protein but my disulphide bond seems to break after centroid stage (I am quessing here). The disulphide thats breaking is in the loop region I am trying to model. I have googled around and found some suggestions but nothing seems to work for me. Here are my flags:

 

Post Situation: 

Pages

Subscribe to RSS - Solved