You are here

Unsolved

The problem hasn't been solved

Capturing the output of scorefxn.show(pose)

Category: 
PyRosetta

I'm using PyRosetta-r21 on Ubuntu togather with IPython 2.0.0 notebooks. This works extremly well, with one small problem:
Some output is redirected to the console in which "ipython notebook" command was started instead of the notebook cell. 
So the question is: is it possible to capture the output of scorefxn.show(pose)?

I have tried to use the example in "test/T007_TracerIO.py"

 

Post Situation: 

Possible minor mistakes in SetPyRosettaEnvironment.sh (in r21 for Ubuntu)

Category: 
PyRosetta

Dear all,
There may be some minor mistakes in the SetPyRosettaEnvironment.sh in the r21 release of PyRosetta:

On line 34 "export LD_LIBRARY_PATH=$PYROSETTA/rosetta${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
$PYROSETTA is not added to the LD_LIBRARY_PATH and "libboost_python.so.1.55.0.so" is consequently not found.
Corrected: "export LD_LIBRARY_PATH=$PYROSETTA:$PYROSETTA/rosetta${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
(Or just move the offending so to rosseta subdir)

 

Post Situation: 

Approximating CHARMM energy by the rosetta scoring function

Category: 
Scoring
PyRosetta

Is it possible to approxmate the CHARMM energy (function) by the rosetta scoring function?

As a starting point I could work with fixed angles and bond lengths, so I guess setting the weghts for fa_atr, fa_rep and fa_elec to 1 and all the rest to zero is a good start. But is it possible to somehow load the CHARMM diheral parameters?

Thank you for your help,
Ajasja Ljubetič

Post Situation: 

Pages

Subscribe to RSS - Unsolved