You are here

Solved

The problem has been solved

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: 

Error: Could not find scorefxns and name score12 in Datamap in rosetta_bin_linux_2017.39.59729_bundle

Category: 
Docking

Hi everyone,

I had to reinstall newest rosetta (rosetta_bin_linux_2017.39.59729_bundle), but after successful installation and compilation, when I want to get docking using following commands and script:; 

 

 ~/linux_programs/rosetta_bin_linux_2017.39.59729_bundle/main/source/bin/rosetta_scripts.default.linuxgccrelease -database ~/linux_programs/rosetta_bin_linux_2017.39.59729_bundle/main/database/ -nstruct 200 -s 1czH_1czW.pdb -ex1 -ex2 -parser:protocol  docking_stubs.xml

 

Post Situation: 

Using ref2015 and talaris2014 in the same script

Category: 
PyRosetta

Hi,

I'm using pyrosetta compiled from rosetta_src_2017.39.  I was wondering whether it's possible to use both talaris2014 and ref2015 in the same script.  When I try to set up a scoring function using talaris2014 weights, I get this error:

pyrosetta.create_score_function("talaris2014")

ERROR: talaris2014(.wts) requested, but -corrections::restore_talaris_behavior not set to true. This leads to a garbage scorefunction.  Exiting.

 

Post Situation: 

Abinitio error: std::out_of_range: basic_string

Category: 
Structure prediction

I'm trying to run abinitio to predict the structure of a mutant protein homologue. using thwe following command line options:

 AbinitioRelax.macosclangrelease  -in:file:native ./input_files/input.pdb -in:file:fasta ./input_files/ACSM3.txt -in:file:frag3 ./input_files/aat000_03_05.200_v1_3 -in:file:frag9 ./input_files/aat000_09_05.200_v1_3 -database $ROSETTA3_DB -nstruct 1 -out:path ./output_files/ -out:pdb -abinitio::increase_cycles 10 -abinitio:rg_reweight 0.5 -abinitio:rsd_wt_helix 0.5 -abinitio:rsd_wt_loop 0.5

Post Situation: 

Using InterfaceSasaFilter

Category: 
PyRosetta

Hi,

I'm trying to use the InterfaceSasaFilter class and am running into an error.  Any idea how to get around this issue?  A snippet of the code is attached, along with the error message

-----------------------

> sasaFilt = pyrosetta.rosetta.protocols.protein_interface_design.filters.InterfaceHolesFilter()

> sasaFilt.apply(pose)

Post Situation: 

Pages