You are here

Unsolved

The problem hasn't been solved

How to read the output score file from rosetta?

Category: 
Compilation

Dear all, 

I find the score file output by rosetta is different to read. For example, a score-snugdock.sf file produced by snugdock reads like the following in gedit:

https://www.dropbox.com/s/6oba8nitiwob7pb/score.PNG?dl=0

I cannot tell the column names and their corresponding values. The Rosetta documnet gives a sort command that can pick out the structure with the lowest score:

 sort -nk5 score-snugdock.sf | head -n1 | awk '{print $NF}'

Post Situation: 

libmpc.so.2: cannot open shared object file

Category: 
Compilation

I am attempting to install Rosetta/3.8 on a Linux Cluster running Redhat 5.6. I am compiling with gcc/4.9.3 and mpich 3.2. I have come across the following error:

/exports/apps/gcc/4.9.3/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/cc1plus: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory

Post Situation: 

Relax is resulting in a Segmentation Fault

Category: 
Structure prediction

First off, I hate to be asking about a "Segmentation Fault" here because I know it can be any number of things; but I'm completely stuck and need to ask for help.

I am preparing a structure for downstream modeling, and I am running a very simple relax following the steps outlined here (the short protocol):

Post Situation: 

Allow region of protein to move in a certain direction

Category: 
Design

Hi,

I have a protein structure. I want to move a specified region (say residues x to y) of this protein in a any direction (more like a dynamic simulation). Is there a protocol that allows this in Rosetta? I have tried the backrub, relax with constraints.

Post Situation: 

Running snugdock was crashed by "segmentation fault"

Category: 
Compilation

Hello everyone,

When using the following command to run snugdock in my centos 7 system:

 snugdock.linuxgccrelease -s antibody_antigen_start.prepack_new.pdb \
     -ensemble1 antibody_ensemble.list \
    -ensemble2 antigen_ensemble.list \
    -detect_disulf false \
    -antibody:auto_generate_kink_constraint \
    -antibody:all_atom_mode_kink_constraint \
    -nstruct 20 \
   -multiple_processes_writing_to_one_directory > snugdock.log 2>&1 &

Post Situation: 

The problems on pdb renumbering

Category: 
Compilation

Hello everyone,

I am learning to do antibody-antigen docking with snugdock. The antigen I am working on has two chains (chain A and B). Before the antigen pdb file can be used for docking, it must be renumbered (changing it to a single A chain and numbering all residues continuously), am I right? There is some renumbering scripts in the Rosetta package. I have tried some of them, but none can work. 

(1)  The pdb_renumber.py script in the /app/rosetta_src_2017.08.59291_bundle/tools/protein_tools/scripts directory. The command:

Post Situation: 

Ligand params file proton_chi parameters

Category: 
Docking

Hi,

I am using RosettaLigand application to dock a small molecule into the active site of an apo-protein structure of my interest. Instead of using a pre-generated conformers, I am using the "dummy" method of specifying proton_chi sampling for all freely rotating bonds. (So even for C-C or C-O bonds, I would add another proton_chi line below to add sampling for those chi angles)

My question is simple, but it seems pretty hard to google anywhere to find documentation for the parameters following PROTON_CHI

Post Situation: 

Produces a set of rotamers from a given residue

Category: 
Docking

Dear Rosettaers

I would like to dock Individual residues against the target surface on my protein. In this way, I have to produce a set of individual hydrophobic rotamers which can bind to a hydrophobic pocket on my protein. 

I used this RosettaScript to generate inverse rotamers:

Post Situation: 

Pages