You are here

PyRosetta

antibody.py

Category: 
Loop Modeling
PyRosetta

Dear all,

I am using the antibody.py script that comes with PyRosetta (rosetta_src_2016.13.58602_bundle, v3.6) and associated software to generate structural models for VH/VL sequences. For most of the sequences that I am using as input, the script terminates at the antibody_graft step with an error (pasted below):

Post Situation: 

PyRosetta memory footprint

Category: 
PyRosetta

Hi All,

I have a design protocol implemented in PyRosetta that has a very large memory footprint ~ 4Gb. I ran a python memory profiler on the design script and discovered that the sharp memory consumption increase occurs upon the initialization of PackRotamerMover (I presume this is where the rotamer library is instantiated). I have taken the following measures to reduce the memory consumption with no success:

Post Situation: 

PyRosetta init() error (Linux)

Category: 
PyRosetta

Dear all,

I've been trying (and failing) to build PyRosetta (monolith release 95) for a couple of days now.

I'm running Kubuntu 15.10 64bit.

I've tried running PyRosetta with Python 2.6, 2.6.6 and python 2.7 (ipython & regular).

I never get complaints for from rosetta import * or import rosetta, but when I try to init() I get

Post Situation: 

Install PyRosetta 101?

Category: 
PyRosetta

Dear Reader!

I'm doing computational redesign as the project for my  bachelor degree and my supervisor told me to use Rosetta/PyRosetta. I've been trying to install this thing on my computer for about three weeks now and I haven't gotten anywhere. Can somebody please explain how to do for a person who never have been programming or used the command tool in the computer before? I have installed it in my PC through a  .exe-file, but when I click on the shortcut nothing happens. 

Post Situation: 

ClassicRelax: how to block the backbone

Category: 
PyRosetta

hello! isnt the following command meant to keep the backbone fixed? cos i obtain a model with a RMSD of about 1A from the initial model.

movemap=MoveMap()    
movemap.set_bb(False)
relax=ClassicRelax()
relax.set_scorefxn(scorefxn_tala)
relax.set_movemap(movemap)
relax.apply(sample_pose)

Thanks :)

 

 

Post Situation: 

How to determine interface residues

Category: 
Scoring
PyRosetta

Hi,

I have a couple questions about fold-trees and how interfaces are calculated in pyrosetta (or rosetta).  I have a structure of an antibody-antigen that I have prepared using rosetta (attached).  A visual inspection shows that residue B:TYR210 is making a number of close contacts with residues in Chain C (the antigen).  However, when I construct an Interface object in pyrosetta, this residue is not identified as being in the interface (using a cutoff of 5.0A):

 

from rosetta import *

Post Situation: 

PyMOL did not work from a remote machine with PyRosetta

Category: 
PyRosetta

Hi all,

I want to show the structures by PyMOL_mover to PyMOL in another computer,so according to the tutorial by setting pymover.link.udp_ip = #IP(where PyMOL is running) and pymover.link.udp_port = 65000,but after pymover.apply(pose),the pymol did't show anything,(if PyRosetta and PyMOL run in the same computer,it works),have anyone met this problem,thanks a lot if you can help me!

Thanks,
Jeremy

Post Situation: 

Pages

Subscribe to RSS - PyRosetta