NAME
HackaMol::Roles::ReadPdbqtRole - Read files with molecular information
VERSION
version 0.041
SYNOPSIS
my @atoms = HackaMol->new
->read_pdbqt_atoms("some.pdbqt");
DESCRIPTION
The HackaMol::Roles::ReadPdbqtRole provides read_pdbqt_atoms for reading docking files.
METHODS
read_pdbqt_atoms
One argument: the filename Returns a list of HackaMol::Atom objects.
Additional information
Similar format to PDB but even trickier... whoa.
SEE ALSO
AUTHOR
Demian Riccardi <demianriccardi@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Demian Riccardi.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.