Sha256: 4b6e4240edfd5649848d640631a470090c9dec216a6570265b3f2ad2a317eb43
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
Contents
# # bio/db/pdb.rb - PDB database classes # # Copyright (C) 2004 GOTO Naohisa <ngoto@gen-info.osaka-u.ac.jp> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # $Id: pdb.rb,v 1.5 2005/12/16 19:23:03 ngoto Exp $ # require 'bio/db' # definition of the PDB class module Bio class PDB #< DB end #class PDB end #module Bio # require other files under pdb directory require 'bio/db/pdb/utils' require 'bio/db/pdb/atom' require 'bio/db/pdb/residue' require 'bio/db/pdb/chain' require 'bio/db/pdb/model' require 'bio/db/pdb/pdb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bio-0.7.1 | lib/bio/db/pdb.rb |
bio-0.7.0 | lib/bio/db/pdb.rb |