Structure Calculation Using CS-Rosetta

From NESG Wiki
Revision as of 22:41, 6 November 2009 by Jma (talk | contribs)
Jump to navigation Jump to search

Introduction

The CS-ROSETTA approach (Ref. 1,2) combines the Monte Carlo based structure assembly program ROSETTA with empirical structural information obtained from backbone and 13Cb chemical shift data.  The robust CS-ROSETTA protocol is capable of successfully predicting 3D protein structures up to 15 kDa in size (Ref. 1).  A complete description of the program along with downloads are available from the Bax laboratory web site:

http://spin.niddk.nih.gov/bax/software/CSROSETTA/index.html


CS-ROSETTA Protocol at UB

Random Coil Index Prediction

Perform flexible region prediction on the RCI Web Page.

RCI will take a bmrb file in the old format, as produced by CYANA 1.0 (the new BMRB format has an extra "chain" column). Unlike AutoStructure input file, the sequence field should be left in place.

Use an init.cya file: 

	name:=XXXX             # Replace XXXX with NESG ID
	cyanalib                # Read the standard library
	pseudo=2              # Allows HB, HD, etc. pseudoatom names, use with CARA
	read seq $name        # Initialize

If you are using proton list from CARA, convert it first to "dyana" format with Cyana 2.1: 

	read prot XXXX.prot
	pseudo=0
	translate dyana
	write prot XXXX_dyana

Use cyana 1.0.5 to prepare a bmrb file:

	read prot XXXX_dyana.prot
	bmrblist XXXX.bmrb

Make sure you change the _Chem_shift_ambiguity_type tag to _Chem_shift_ambiguity_code; RCI will report an error if you don't do it.

Flexible N- and C-terminal tails should be removed for CS-ROSETTA calculation to reduce CPU time. Flexible loop regions will later be excluded from calculation of all-atom energy.

Generating MFR fragments on U2 cluster at SUNY Buffalo

Copy the runCSRjob.com file into the working directory and change the number of fragments to be generated.

Type qsub runCSRjob.pbs to submit the job into queue. This calculation takes ~2 hours for 1000 fragments for a small protein, therefore it cannot be run on a master node.

Running CS-Rosetta on U2 cluster at SUNY Buffalo

Go to the rosetta subdirectory. Figure out how many parallel Rosetta jobs you will need to run. Things to consider are:

  • The total number of fragments to be calculated
  • The maximum wall-time for a single job is 72 h
  • It takes ~10 min to calculate a single structure of a small protein on a single CPU


Type ./runRosetta.csh N, where =N= is the number of parallel Rosetta jobs


CS-ROSETTA Protocol at CABM

It is assumed that cs-rosetta2.3.0, rosetta2.3.0, NMRPipe-2008 are already installed and running in your cluster (see the Bax laboratory web site for instructions).  In addition, the the following activation commands may need to be issued in your local shell:

• For c-shell (csh, tcsh)

source /farm/software/NMRPipe-2008/com/nmrInit.linux9.com

source /farm/software/cs-rosetta2.3.0/com/csrosettaInit.com

• For bash shell (sh, bash)

source /farm/software/NMRPipe-2008/com/nmrInit.linux9.sh

source /farm/software/cs-rosetta2.3.0/com/csrosettaInit.sh

Protocol for running CS-ROSETTA at CABM

Start from a chemical shift file in bmrb 2.1 format including the complete header.   

References

1.  Shen, Y., Lange, O., Delaglio, F., Rossi, P., Aramini, J.M., Liu, G., Eletsky, A., Wu, Y., Singarapu, K.K., Lamak, A., Ignatchenko, A., Arrowsmith, C.H., Szyerpski, T., Montelione, G.T., Baker, D and Bax, A. (2008) Consistent blind protein structure generation from NMR chemical shift data. Proc. Natl Acad Sci. 105, 4585-4590.

2.  Shen, Y., Vernon, R., Baker, D. and Bax, A. (2009) De novo protein structure determination from incomplete chemical shift assignments.  J. Biomol. NMR 43, 63-78.




-- AlexEletski - 17 Apr 2008

-- Updated by JimAramini - Nov 2009