PyRosetta is an interactive Python-based interface to the powerful Rosetta molecular modeling suite. It enables users to design their own custom molecular modeling algorithms using Rosetta sampling methods and energy functions. Chaudhury, S., Lyskov, S., Gray, J.J. (2010) PyRosetta: a script-based interface for implementing custom molecular modeling algorithms using Rosetta. Bioinformatics As a python package Pyrosetta can be used as an extension by ePMV. This features is currently under development, and getting PyRosettta working inside the python host environment can be relatively difficult and unstable (host software freezing for instance). Moreover, PyRosetta support python2.5 for 32bit modes and python2.6 for 64bits modes. That means that using PyRosetta in an host application support python2.6 in 32bits mode is impossible. As a result PyRosetta is likely to be available only for blender (Mac and Linux). getting PyRosettaYou can get PyRosetta, after registration, from here. PyRosetta doesn't require any installation but require to setup some environment variable. The package provides the script allowing to easily set up theses environment variable (i.e. SetPyRosettaEnvironment.sh). Check the installation instruction for more details. Once PyRosetta is functional, we need to make available for ePMV and the host software, which will require that the host is aware of the environment variable. The next section will guide you in order to set this for the your os. setting the environnmentlinuxOn Linux using the SetPyRosettaEnvironment.sh before running blender should be enough. MacOn Mac you will need to modify the SetPyRosettaEnvironment.sh script.The modification permit to set the environment variable available for all Mac application (not only the unix one): #!/bin/sh WindowsCurrently unsupported TestsOnce all variablers are setup, PyRosetta should be available inside the host application python environment.
|
Extensions >