If you go through the READ BEFORE POSTING topic carefully, you will see there are some strong hints about what information to provide if you want assistance trouble-shooting a problem, and how to provide it.
To be quite specific: The important point is that all you have posted so far is essentially "it does not work". If you want help to solve your problem you have to post enough information for us to help you:
Post brief but complete input/output files No streaming, no CHARMM variables, no bomlev -5 or the like. In your most recent post showing some output, you only show the final error message. What makes you think that there were no errors, or other relevant information earlier in the job? That is quite likely to be the case (why else would CHARMM complain about missing coordinates), hence the requirement for full input/output files.
Last edited by lennart; 09/21/2206:24 PM.
Lennart Nilsson Karolinska Institutet Stockholm, Sweden
One thing to know is that CHARMM is not very graceful about reading PDB files; it is regarded as an import/export format only, and not a native file type. The Script Archive forum has a number of posts on the topic. Files with multiple segments usually require splitting into one file per segment.
READ COOR PDB takes several options that make it possible to avoid splitting the file: RESI to override residue numbers and instead use RESID and SEGID information. CHAIN <chain id> or SEGI <segi> reads just the lines in the file that contain the specified CHAIN/SEGI information (which may or may not be the same as the PSF SEGI since it is just a filter applied to the reading of the PDB coordinate file). There are also options to use or skip certain lines (HETATOM, ATOM, specified residue names) or to map residue names in the file to names in PSF.
see test/c39test/readpdb.inp for examples. io.info may not be quite up-to-date on these options.
Lennart Nilsson Karolinska Institutet Stockholm, Sweden