You are here

Calculate_protein_protein_ddg

3 posts / 0 new
Last post
Calculate_protein_protein_ddg
#1

Dear Rosetta Users
I am trying to utilize the calculate_protein_protein_ddg protocol using the mutation_script.xml protocol on rosetta_2014wk52 build.
However, I am having a problem with mutating chemically modified residue (sulfated tyrosine) into a desired amino acid. I can mutate any non modified canonical amino acid to whichever amino acid I want but not the chemically modified one.

sample tail of output pdb
REMARK DesignRes. # modified amino acid mutation attempt
REMARK DesignRes, 108 H # non modified amino acid mutation attempt

Here is my current protocol

rosetta_scripts.linuxgccrelease @flags -database $ROSETTA_DATABASE -overwrite

flags file input
-parser:protocol mutation_script.xml # script format and action similar to the demo mutation_script.xml
-s scored_files/test.pdb
-ignore_unrecognized_res
-out:path:pdb scored_files
-out:path:score results
-nstruct 1

resfile input
NATAA
EX 1 EX 2
USE_INPUT_SC
start
108 H PIKAA K

I need help to make this work.

Thank you

Category: 
Post Situation: 
Fri, 2015-01-30 11:27
kamau

The issue you're running into is that Rosetta is trying to preserve the "sulfated" property of the residue while it is mutating it. Since Rosetta doesn't know how to make a sulfated lysine, it chokes when you try to do the mutation. The easy fix is to simply make an input PDB which lacks the sulfation on the tyrosine, and use that as your input for mutation.

Mon, 2015-02-09 11:57
rmoretti

Hi kamau,
I was having a similar issue.Can you post the pdb file that you used?

Thu, 2015-03-19 19:14
deepanshuiitb