Netiquette · Download · News · Gallery · Homepage · DSSR Manual · G-quadruplexes · DSSR-Jmol · DSSR-PyMOL · DSSR Licensing · Video Overview· RNA Covers

Questions and answers > General discussions (Q&As)

Problems using 'Analyze'

(1/1)

Ellaliv:
Hello,

I've downloaded and installed 3DNA and "played" with it a while to understand the basic commands and functions, using the manual given in the forum. I didn't encounter any problems.
In the past days the 'analyze' command has not been working as it used to for me.
I thought it was something wrong with my PDB input files but when I tried it on one of the PDB's from the examples directory I got the same error-

......Processing structure #1: <..\examples\analyze_rebuild\355d.pdb>......
cannot read strand information

What can I do to fix it and make it work again?

Thanks a lot in advance,
Ella.

xiangjun:
Hi Ellia,

You need to run "find_pair" first to prepare pairing info for "analyze" to work out the parameters, as shown in the command-line help message:


--- Code: ---INPUT
        given a PDB file "sample.pdb", the input to analyze can be most
        conveniently generated with the utility program find_pair:
        find_pair sample.pdb sample.inp
        an explicit input file (including 'stdin') must be specified.
EXAMPLES
        analyze sample.inp
        analyze sample1.inp sample2.inp sample3.inp
        find_pair sample.pdb stdout | analyze stdin
        find_pair sample.pdb stdout | analyze -c stdin

--- End code ---

In other words, this is a two-step process. Using 355d as an example, you need to do the following:


--- Code: ---find_pair 355d.pdb 355d.inp
analyze 355d.inp

--- End code ---

HTH,

Xiang-Jun

Ellaliv:
Thank you!

Ella

Navigation

[0] Message Index

Created and maintained by Dr. Xiang-Jun Lu [律祥俊] (xiangjun@x3dna.org)
The Bussemaker Laboratory at the Department of Biological Sciences, Columbia University.

Go to full version