Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.cmm.msu.ru/~mikhail88/term3/AB.files/analyze.txt
Дата изменения: Sat Oct 28 18:59:12 2006
Дата индексирования: Sat Dec 22 07:02:32 2007
Кодировка:
===========================================================================
NAME
analyze - calculate nucleic acid structural parameters
SYNOPSIS
analyze [OPTION] [FILE]...
DESCRIPTION
calculate various nucleic acid structural parameters (propeller,
slide, roll, twist, backbone torsions etc.) from FILEs (stdin by
default), and generate input to other utility programs.
-c output structural parameters between helical regions
("----" by default). The same effect can be achieved by
directly modifying the input file (change "9" or "1" to
"0" in the third column of each base pair list.)
-h this help message (any non-recognized options will do)
INPUT
given a PDB file "sample.pdb", the input to analyze can be most
conveniently generated with the utility program find_pair:
find_pair -t sample.pdb sample.inp
EXAMPLES
analyze sample.inp
analyze sample1.inp sample2.inp sample3.inp
find_pair -t sample.pdb stdout | analyze
find_pair -t sample.pdb stdout | analyze -c
OUTPUT
sample.out, auxiliary.par, bp_step.par, bp_helical.par,
cf_7methods.par, ref_frames.dat, poc_haxis.r3d, stacking.pdb
hstacking.pdb
SEE ALSO
find_pair, rebuild, frame_mol, ex_str, stack2img, cehs
AUTHOR
Written by Xiang-Jun Lu at Wilma K. Olson Laboratory at Rutgers
Check URL: http://rutchem.rutgers.edu/~xiangjun/3DNA/
Report bugs to
===========================================================================