You are here

Unsolved

The problem hasn't been solved

Import error undefined symbol and Anaconda python

Category: 
PyRosetta

I have a few questions regarding Pyrosetta 4:

First I have Anaconda2 which comes with python installed at /home/MYUSERNAME/anaconda2/bin/python, however the installation uses the default python at /usr/bin/python and its site packages directory in  /usr/lib/python2.7/site-packages.

1) How can I uninstall pyrosetta?

2) How can I install it for the Anaconda python?

 

Second, running native python, trying >>> from rosetta import * gives:

Post Situation: 

rosetta.core.pack.pack_rotamers_setup(pose, score_fxn, task_design, rotsets) not working

Category: 
Design

Dear all,

I have recently upgraded to the newest PyRosetta version (156) because my machine was upgraded to Unbuntu Artful, that uses Python 3.6 (and 144 was compiled for 3.5).

My packing script worked fine in the previous PyRosetta version I used (144) but now fails on rosetta.core.pack.pack_rotamers_setup with the following message.

Post Situation: 

How to make a resfile

Category: 
Docking

Hello,

I am new to using Rosetta. I would like to make a res file to mutate through all 20 amino acids in a Protein-protein interface and predict binding energy using RosettaDesign.  This might be a stupid question but how to you make a resfile? Do you write it in text edit? Is the file extention .res?

I have found the refile syntax page from Rosettas website but it does not say where you type any of the commands into or how to save it.

Post Situation: 

errors during test rosetta_2017.39.59729

Category: 
Compilation

I have compiled the newest version of rosetta3 in centos7 without any problem. After installation, I was testing the rosetta. Some errors occur. Could any one give me some suggestions?

Thank you for taking your time.

I have attached the test.log below.

 

 

 

Post Situation: 

[dev] examples for implementing setup_for_packing, prepare_rotamers_for_packing?

Category: 
Scoring

Hey,

Can anyone point me to good examples of implmentations for setup_for_packing and prepare_rotamers_for_packing (and I guess update_residue_for_packing while I'm at it)? I'm not entirely sure I understand what the arguments are for these methods and the use case for when I would want to implement these methods.

Thanks in advance!

Post Situation: 

[dev] determine which score_type's enabled in create_energy_method?

Category: 
Scoring

Hey,

I have created an energy method and it works. However, I want to do a check at the time it is created for whether a particular score_type is enabled. Is there any way to know which score_types are enabled from within my create_energy_method function?

Thanks!

- Igor

Post Situation: 

Pages