pdb_to_xyz, a Fortran90 code which reads a Protein Data Bank (PDB) file, and, for each ATOM record in the file, extracts the atomic spatial coordinates and writes them to an XYZ file.
The information on this web page is distributed under the MIT license.
pdb_to_xyz is available in a Fortran90 version.
pdb, a data directory which contains a description and examples of the PDB format.
pdb_extract, a Fortran90 code which extracts certain records from a PDB file.
pdb_read, a Fortran90 code which reads the information in a PDB file.
xyz, a data directory which contains a description and examples of the XYZ format.
xyz_io, a Fortran90 code which reads and writes XYZ files.
xyz_to_pdb, a Fortran90 code which reads a set of XYZ spatial coordinates, and rewrites them as ATOM records in a PDB file.