XYZ_TO_PDB is a FORTRAN90 program which reads an XYZ file containing a list of spatial coordinates, and writes a PDB file containing ATOM records with the given coordinates.
The PDB file has many fields that must be filled in. This program attempts to fill in these fields with plausible values, but really only the atomic coordinates will have any meaning.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
PDB is a data directory which contains a description and examples of the PDB format.
PDB_EXTRACT is a FORTRAN90 program which can extract certain records from a PDB file.
PDB_READ is a FORTRAN90 program which can read the information in a PDB file.
PDB_TO_XYZ is a FORTRAN90 program which reads the ATOM records from a PDB file, and writes the atomic coordinates to an XYZ file.
XYZ is a data directory which contains a description and examples of the XYZ format.
XYZ_IO is a FORTRAN90 library which reads and writes XYZ files.
TINY is a sample XYZ file with 12 sets of 3D coordinates.
MOMOMER is a sample XYZ file with 888 sets of 3D coordinates.
You can go up one level to the FORTRAN90 source codes.