You are here

Unsolved

The problem hasn't been solved

Error while executing rosetta 3.1 loop modeling

Hi,

I build the rosetta 3.1 on fedora core 6 and after that I used the loop modeling demo ... while issuing the loop modeling command . I got the following error :-
[root@bmel LoopModeling]# ./loopmodel.linuxgccrelease
./loopmodel.linuxgccrelease: error while loading shared libraries: libprotocols.so: cannot open shared object file: No such file or directory

Also its happening for all the .exe files in bin folder ....

Can anybody tell me how can I rectify this error ??

Thanks in advance for help ..

Post Situation: 

Patches for post-translational modifications

Dear all,

I see that patches exist supporting several post-translational modifications, but I don't know how to enforce that a patch be applied to my structure. I have, for instance, a phosphorylated Ser residue (SEP), which is not recognized by Rosetta. I assume I need to rename it to SER and apply the patch found in rosetta-3.2/rosetta_database/chemical/residue_type_sets/fa_standard/patches/ser_phosphorylated.txt, but I couldn't find how to assign patches in the current documentation.

Thanks in advance!

Post Situation: 

Concatenate Pose

Hi All.

I was wondering if anyone knows of a way to select residues of a pose (and their corresponding data) and then copy them to a new pose (for writing/analysis). Then, if possible, deleting those residues in the pose. I was thinking through the fold tree, but I can't seem to figure it out. Thanks in advance for any help.

-Jared

Post Situation: 

Import Error from >>>from rosetta import * - SOLVED tried Pyrosetta v 1.1 rather than the 2.0 and now it works

Hello,
have downloaded PyRosetta onto a machine with Ubuntu 8.04. Python 2.5 and/or 2.6 both configured with the enable shared flag. I tried the first line of the pyrosetta tutorial and I rec'd the following:

>>> from rosetta import *
Traceback (most recent call last):
File "", line 1, in
File "rosetta/__init__.py", line 11, in
import utility
File "rosetta/utility/__init__.py", line 1, in
from __utility_all_at_once_ import *
ImportError: rosetta/libboost_python.so.1.42.0: undefined symbol: PyUnicodeUCS4_AsUTF8String

Post Situation: 

Pages