BluePrintBDRMover set_atom_type error
Hello Everyone,
I am trying to get the BluePrintBDR mover to work properly, my script so far is as follows:
The problem has been solved
Hello Everyone,
I am trying to get the BluePrintBDR mover to work properly, my script so far is as follows:
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.
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:
Hello everyone,
I am trying to relax a structure while also applying constraints on spesific locations in order to force these locations to be a spesific distance appart.
so far my code is as follows:
Hello People,
I am not sure if this is the correct forum to ask this question, but I thought many people here would have knowlege to answer me.
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
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.
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
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)