CARA Introduction: Difference between revisions

From NESG Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
##[[CARA One Letter File To Seq File|Generating XEASY Sequence File]]  
##[[CARA One Letter File To Seq File|Generating XEASY Sequence File]]  
##[[CARA Create Project From Seq|Creating a New Project from XEASY Sequence File]]  
##[[CARA Create Project From Seq|Creating a New Project from XEASY Sequence File]]  
##[[CARA Load Spectra|Loading NMR Spectra into Project]]  
##[[Loading_NMR_Spectra_in_CARA|Loading NMR Spectra into Project]]  
##[[Calibration And Folding in CARA|Calibration and Folding]]  
##[[Calibration And Folding in CARA|Calibration and Folding]]  
##[[GFT Spectra Parameters in CARA|Additional Parameters for GFT Spectra]]  
##[[GFT Spectra Parameters in CARA|Additional Parameters for GFT Spectra]]  

Revision as of 22:43, 9 November 2009

Introduction 

CARA stands for "Computer-Aided Resonance Assignment". It is written by Dr. Rochus Keller at the lab of of Prof. Kurt Wuthrich at ETH Zurich

CARA is a successor to XEASY. The main site for downloads and documentation is http://www.nmr.ch

Jump Start

  1. Differences from XEASY
  2. Starting a Structure Determination Project
    1. Loading a Repository Template
    2. Generating XEASY Sequence File
    3. Creating a New Project from XEASY Sequence File
    4. Loading NMR Spectra into Project
    5. Calibration and Folding
    6. Additional Parameters for GFT Spectra
  3. Scopes - Displaying NMR Spectra

Templates

LUA scripts

  • GFT_CABCA2CACB.lua: LUA script to calculate CA, CB, CA-1 and CB-1 shifts from GFT CA+/-CB and CA+/-CA shifts.
  • ExportToAutoAssign.lua: LUA script to generate AutoAssign input files. This script will create a table file and three sumulated peaklist files:
    • projectname.aat
    • hsqc.pks
    • hncacb.pks
    • hncocacb.pks
  • ImportFromAutoAssign.lua: LUA script to read sequential assignments from AutoAssign output. IMPORTANT! This script will overwrite existing assignments, if any!
  • GFT_CreateHABProjSpins.lua: LUA script to generate CA+/-HA and CB+/-HB shifts. IMPORTANT! This script will move existing GFT spins!
  • GFT_HABCAB2HAHBCACB.lua: LUA script to calculate HA and HB shifts from CA+/-HA and CB+/-HB. Missing CA and CB spins will be created, if possible. IMPORTANT! This script will move existing HA and HB spins!
  • CopyProjectedSpinsToOriginSystem2: LUA script to copy projected spins. Modified version of the default CopyProjectedSpinsToOriginSystem script, allowing it to copy spins between systems, which are assigned to matching residues, but are not linked. N.B. - it is still recommended to have spin systems properly linked.


-- AlexEletski - 06 Mar 2007


  • RemoveGFTSpins.lua: Removes all GFT-spins (spins, whose label contains a lowercase "p" or "m")
  • CreateShortSequentialSpinLinks.lua: Simulates spin links from secondary structure. Takes the CSI output file and uses consensus secondary structure. Simulates HA(i) <-> HN(i+1), HB(i) <-> HN(i+1) for all residues. Simulates HN(i) <-> HN(i+1), HN(i) <-> HN(i+3) and HA(i) <-> HB(i+3) for residues in α-helices.
  • SparkyPeaklistToXeasy.lua: Converts Sparky-format peaklists to Xeasy-format peaklists. The resulting peaklists are not strictily compatible with XEASY - they are similar to the output of CYANA 2.1 and contain multiple assignments.
  • ImportCyana2xPeakList.lua: Reads peaklists in the format of CYANA 2.1 . Multiple assignments are read as "assignment guesses"
  • CreateConsensusPeakList.lua: Generates a "consensus" peaklist from two peaklists. Matching unique assignments are retained, mismatching assignments are converted to "assignment guesses".