Good morning, fellows. I would need to ask for your help in editing my awk script. Here is the original version:
BEGIN { printf ("CRYST1 200.000 200.000 200.000 90.00 90.00 90.00 P 1 1\n")
maxatoms=1000
natom=0
found_struct = 0
found_bond = 0
}
{
if( NF == 5 )
{
foundff=0
natom++...
Dear all,
As an output of MOE db I get data for all conformations of molecule in a single file. Each molecule is presented like this:
<TRIPOS>MOLECULE
NONAME
28 27 1 0 0
SMALL
USER_CHARGES
@<TRIPOS>ATOM
1 C -3.2600 -0.9610 -0.1670 C.3 1 <1>
2 C -4.1980...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.