CNS

From Cheaha
Revision as of 20:35, 4 January 2010 by Ppreddy@uab.edu (talk | contribs) (initial:cns)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Attention: Research Computing Documentation has Moved
https://docs.rc.uab.edu/


Please use the new documentation url https://docs.rc.uab.edu/ for all Research Computing documentation needs.


As a result of this move, we have deprecated use of this wiki for documentation. We are providing read-only access to the content to facilitate migration of bookmarks and to serve as an historical record. All content updates should be made at the new documentation site. The original wiki will not receive further updates.

Thank you,

The Research Computing Team

Crystallography & NMR System (CNS) is the result of an international collaborative effort among several research groups. The program has been designed to provide a flexible multi-level hierachical approach for the most commonly used algorithms in macromolecular structure determination. Highlights include heavy atom searching, experimental phasing (including MAD and MIR), density modification, crystallographic refinement with maximum likelihood targets, and NMR structure calculation using NOEs, J-coupling, chemical shift, and dipolar coupling data.

Steps to run CNS

A simple SGE job script to run CNS. This script assumes that CNS is locally installed in the $HOME directory.

#!/bin/csh
#$ -S /bin/csh
#$ -j n
#$ -N cnsjob
#$ -m aes
#$ -M YOUR_EMAIL_ADDRESS
#$ -l h_rt=0:20:00,s_rt=0:15:00
#$ -t 1-200
#$ -e $HOME/lysozyme/$JOB_NAME.e$JOB_ID.$SGE_TASK_ID
#$ -o $HOME/lysozyme/$JOB_NAME.o$JOB_ID.$SGE_TASK_ID

cd $HOME/lysozyme
cns_solve < sa_omit_map${SGE_TASK_ID}.inp > sa_omit_map${SGE_TASK_ID}.out