Perl PDB library
Charlie Bond
charlieb at biochem.usyd.edu.au
Sat Nov 22 00:44:59 EST 1997
Hello All,
I've written a couple of perl subroutines for reading and writing
formatted pdb files (including correct determination of element type).
If you're interested, look at
http://www.biochem.usyd.edu.au/~charlieb/tools.html
for pdb-lib.pl
Cheers,
Charlie
# Example of use:
# #!/usr/local/bin/perl
# require "/blah/de/blah/pdb-lib.pl";
# main:
# {
# while (<STDIN>) {
# &PdbRead;
# <perform function>
# &PdbWrite;
# }
# };
# exit
More information about the Xtal-log
mailing list