You are here

Unsolved

The problem hasn't been solved

PyRosetta Folding.py script

I am trying to run the folding.py sample script using the test_in.pdb, frag3 and frag9 files, but I am getting this error:

AttributeError Traceback (most recent call last)

/usr/local/src/pyrosetta/input/folding.py in ()
508 kT , long_inserts , short_inserts , cycles ,
509 jobs , job_output ,
--> 510 PyMOL_Mover_ip , disulfides )
511
512 ################################################################################

Post Situation: 

Rosetta 3.4 installation on fedora core 14

Hi,

I am trying to install Rosetta3.4 on fedora 14 platform. I am getting the following error after issuing the command : scons bin mode=release

ObjexxFCL -lz -lcppdb -lsqlite3
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
scons: *** [build/src/release/linux/2.6/64/x86/gcc/4.5/libutility.so] Error 1
scons: building terminated because of errors.

Pls guide ??

Post Situation: 

how to use AbinitioRelax.mpi.linuxgccrelease?

hello:
I've compiled Rosetta with MPI option and I am trying to use AbinitioRelax.default.linuxgccrelease by command:

mpiexc -n 8 AbinitioRelax.mpi.linuxgccrelease @flags>log &

and I found that there are eight score for each model(eg: model001 model001 ... model001, model002, model002...model002). It seems that Rosetta use eight CPU to generate eight pdb file with the same name and each one overwrite the previous one and we only get the last one in the end.....

Post Situation: 

Membrane folding - blastpgp error.

I know that there have been a number of posts about this problems but none of them post solution to this so hopefully someone can help.

I am attempting to run_lips.pl with the following command

/home/eliza/rosetta/rosetta_source/src/apps/public/membrane_abinitio/run_lips.pl eliza.FASTA eliza.span /home/eliza/ncbi/blastpgp /home/eliza/ncbi/nr /home/eliza/rosetta/rosetta_source/src/apps/public/membrane_abinitio/alignblast.pl

But I get the error....

Error in alignblast.pl: blast output file eliza.FASTA truncated:
readline() on closed filehandle MSA at /home/eliza/rosetta/rosetta_

Post Situation: 

Error getting MinMover attributes

Hi,

I’m experiencing some very strange behavior on part of PyRosetta.

I'm running pre-built PyRosetta v2.011 for ScientificLinux (64 bit, r47657) on Linux 3.0.3 ( x86_64) with Python 2.6.6. I’ll use MinMover as an example, but this happens with many other object types.

I can instantiate, configure and run a MinMover without a hitch, e.g. min_mover.tolerance(0.025) works fine. But when I try to access that information using a getter, i.e. min_mover.tolerance(), I get an ArgumentError.

Post Situation: 

Problems with the convergence of docking by the graph

I have been doing the docking with the program Rosetta
for an antigen-antibody complex
repeated runs and not get a graph
funnel-shaped
because the lowest energy structure
have a higher rmsd 5Ǻ
wanted to know if that's possible
really appreciate the attention you can give me.

PS
attached a file with the results in pdf format

In these cases it will be worth re-do the docking from some of the results, ie, do a re-docking of the structure obtained in order to obtain a better convergence?

Post Situation: 

Memory Issues PyRosetta?

Hi,
I´m running a Pyrosetta script on a 300aa protein with 30 mutable residues a packmover and a fastrelax (3 iterations each) on EX-level 4. When I allocate Memory below 16G I often have uncommented script abortions or "bad alloc" failures. Above 16G that never occurs. Now 16G is a lot and a lot more I seemed to need with Rosetta, albeit, not with the exact same job config. Is there a rule of thump concerning memory usage in PyRosetta? Comparisons with rosetta? Does anybody else encountered memory problems?
Thanks!

Post Situation: 

fixbb design use

Hi,
I read the manual of rosetta3.3, and found that there are at least 2 weights for fixbb design:
1. By default, the fixbb application uses the "score12" score function by default (the combination of "standard.wts" and "score12.wts_patch")
2. with the 'hpatch' solubility score term
Does anyone has the experience of running fixbb using these two weights? Which one is better? Thank you

Post Situation: 

Pages