You are here

Unsolved

The problem hasn't been solved

error while loading shared libraries: libmpi_cxx.so.1

Greetings,

I encounter a strange error when I try to run minirosetta on a cluster. Although compilation appears to finish successfully, minirosetta does not find a library that exists. This is how I run it:

module purge
module load OpenMPI/1.4.5-GCC-4.6.3
export PATH=/gpfs/h/lspro220u2/Opt:/gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/bin:$PATH
export LD_LIBRARY_PATH=/gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/lib:$LD_LIBRARY_PATH
export INCLUDE=/gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/include

Post Situation: 

Determining Rosetta version from directory

Hello,

I develop some software that runs Rosetta and need to know what version of Rosetta is being used so that it can set flags etc. appropriately.

Ideally I need to be able to determine the version of Rosetta when I am just given the path to the top-level directory.

In previous versions of Rosetta there was a README.version file that contained this information. Unfortunately this has now disappeared and I can't find anything else suitable.

Does anyone have any suggestions of the best way to determine the version?

Thanks,

Jens

Post Situation: 

Resfile

Hello,

I am using Rosettascripts (version 3.5) to redesign the protein-protein interface, I use the following applications to redesign the interface,
1. Minmover - for energy minimization
2. PackrotamersMovers - for repacking and redesigning of interface residues
3. set of filters to filter the output

I would like to apply some restrictions on the amino acid selection during the redesing process which are,
1. retain the native ALA amino acids while redesigning and
2. do not substitute ALA aa while redesinging

Post Situation: 

Rotamer bin vector from chi angles of a residue in pose not found in Dunbrack rotamer library

I calculate the rotamer vector for a residue in a specific position in a pose using the rotamer_from_chi function with the following code:

rota = RotamerFromAngles(pose, moltenresid);

def RotamerFromAngles(pose, residue_number):
residueType = pose.residue_type(residue_number);
angles = pose.residue(residue_number).chi();
rotv = rosetta.utility.vector1_Size();
rotamer_from_chi(residueType,angles,rotv)
print 'Residue type: ', pose.residue(residue_number)
print 'Residue chi angles: ', angles
print 'Residue rotamer vector: ', rotv
return rotv

Post Situation: 

cluster.mpi.linuxgccrelease failed

Hi there,
I was clustering a silent files with my 10% lowest energy decoys and the cluster.mpi.linuxgccrelease just stopped and issued the following on screen:

--------------------------------------------------------------------------
mpirun noticed that process rank 4 with PID 19956 on node compute-1-5 exited on signal 9 (Killed).
--------------------------------------------------------------------------

Well, it seems some problem with MPIRUN rather than with the cluster.mpi.linuxgccrelease binary.
I'm running cluster.mpi.linuxgccrelease with the following command line:

Post Situation: 

Number of conformations needed

Dear Sir,

Q1) For a <100 residues protein, is it "enough" to generate 20,000 structures before comparing/clustering?
Q2) (I apologize if the question is beyond this forum) Is(Are) there nay formal publication(s) that mention directly/indirectly the "minimum/typical" number of conformations needed?

Thank you in advance,
Jad

Post Situation: 

make_fragment.pl Error!

Hi all,

I want to generate fragment for using in homology modelling. After I installed all tools and database by the script make_fragments.pl -verbose 1NB1.fasta , I found this error.

nr_pfilt database missing so using nr: /home/nong/Documents/Rosetta/rosetta_2013wk52_bundle/tools/fragment_tools/databases/nr
no id specified. parsing filename instead.
cannot parse id from filename so using 't001_'
ID: t001 CHAIN: _
File for psipred not found! Generating from scratch instead.
picking fragments with options:
DEBUG: 1
add_pdbs_to_vall:

Post Situation: 

How to calculate the binding energy of peptide and a protein?

I have lots of peptides and a protein as a complex structure. Is there any way for me to calculate the binding energy of them? Basically I want to see which peptide will have stronger binding with the protein. I don't need to dock since I already had the complexes. Thank you very much!

Post Situation: 

Beta-Hairpin Design

Hi,

I have performed a wet-lab study about designing beta-turns with two different sequences and found that both sequences provide a huge difference in the folding rate. Is it possible to model the same with Rosetta, I mean folding is not possible but based on energy can this be studied ??

Simultaneous design and folding of a hairpin is possible with Rosetta or not ??

------
BHARAT

Post Situation: 

Positive scores with SymmDock in helical symmetry

Keywords:
SymmDock
Helical Symmetry

Hi, again.
Now I am trying to rebuild an actin filament(PDB ID: 3g37) with helical symmetry by using the symmdock protocol, in order to test and get familiar with the protocol.
Before using Symmdock, I relaxed the subunit with sidechain constraint and got ~-300 REU, which seemed a little high and might be caused by the low-resolution of 3g37, because there are 375 residues per subunit.
Then I used the SymmDock to rebuild the filament model, with sdf generated by make_symmdef_file.pl.

Post Situation: 

Pages