Skip to content

johngarchie/MinimalPDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimalPDB version 0.05
=======================

The purpose of the MinimalPDB module is to allow users to easily parse and
format the most essential PDB record types.  Currently supported types are
EXPDTA, REMARK, ATOM, HETATM, MODEL, and ENDMDL.  Other record types can be
read and formatted, but parsing and altering is tedious.

This module provides a simple, dependency-free interface for handling PDB
data.  For a feature-rich solution, consider using the Bio::Structure::*
modules in the BioPerl package.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


COPYRIGHT AND LICENCE

Copyright (C) 2009-2011 by John Archie

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.5.0 or,
at your option, any later version of Perl 5 you may have available.

About

A simple Perl module for reading and writing PDB data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages