You are here

The Beta version of PyRosetta 2.0 is ready for download!

10 posts / 0 new
Last post
The Beta version of PyRosetta 2.0 is ready for download!
#1

Hi Everyone!

The Beta version of PyRosetta 2.0 is ready for download, here is a brief summary of changes:

Approximately 4x more C++ namespace are bound.
All classes now have proper base classes.
Various usability improvements: better help, better error detection, etc.
Build system has been completely reworked. Supports parallel builds. Beta support for Clang++.
Build bases on Rosetta 3.2 release code (also available soon!).

Binaries for the following platforms are ready for download:
Mac OS X 10.6 (64Bit)
Scientific Linux (64Bit)
Ubuntu Linux distributions (32/64Bit)

For more information and download links please see: https://sites.google.com/site/pyrosetta

Sergey.

Post Situation: 
Mon, 2011-01-24 10:12
Sergey

Does this version require Rosetta 3.2, and if so do you have an estimated date when it will be released?

Tue, 2011-01-25 18:32
SenyorDrew

No to the first, and I don't know to the second.

Tue, 2011-01-25 19:46
smlewis

This version of PyRosetta uses Rosetta3.2 libs. But as Steven mentioned it does not require any additional downloads.

Tue, 2011-01-25 19:54
Sergey

Hello.

I downloaded and tried to use the Mac version, but I get this error:

Python 2.6.5 (r265:79063, Mar 20 2010, 11:39:18)
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 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: dlopen(rosetta/utility/__utility_all_at_once_.so, 2): no suitable image found. Did find:
rosetta/utility/__utility_all_at_once_.so: mach-o, but wrong architecture

Which is the right Python/GCC configuration that was used to compile PyRosetta?

Thanks, have a nice day
/Luca

Mon, 2011-01-31 06:46
drluca77

I have copied your post to the build/install subforum.

Mon, 2011-01-31 07:25
smlewis

Thanks!
/Luca

Tue, 2011-02-01 00:25
drluca77

Hello. Are the constraints related functions implemented in PyRosetta 2.Beta? Can anyone help me about how to introduce a customized constraint? I need to introduce a constraint for the angle between two NON-consecutive bonds.
Thanks in advance for any help, have a nice day!
/Luca

Tue, 2011-02-01 00:24
drluca77

You may be able to define a series of AtomPairConstraints to have the same effect as the angle constraints - if you know the length of three sides of a triangle, then the angle is known as well. Does that make sense?

Tue, 2011-02-01 07:51
smlewis

I may try that, but my problem is more technical: how do I define in PyRosetta a constraint?
Thanks a lot for any help
/Luca

Wed, 2011-02-02 01:06
drluca77