Download List

项目描述

The Python Macromolecular Library (mmLib) is a
software toolkit and library of routines for the
analysis and manipulation of macromolecular
structural models, implemented in the Python
programming language. It is accessed via a
layered, object-oriented application programming
interface, and provides a range of useful software
components for parsing mmCIF, PDB, and MTZ files,
a library of atomic elements and monomers, an
object-oriented data structure describing
biological macromolecules, and an OpenGL molecular
viewer. The mmLib data model is designed to
provide easy access to the various levels of
detail needed to implement high-level application
programs for macromolecular crystallography, NMR,
modeling, and visualization. This includes
specialized classes for proteins, DNA, amino
acids, and nucleic acids.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-07 02:36 Back to release list
0.98

在mmLib子模块已成为一个单一的目录布局均获连任的因素,有些模块已经被重新命名。在所有的模块,从SomeModule进口*使用已被消除,所有进口,现在完全达到规定的名称空间,以减少污染。该阵列库的向量和矩阵使用也发生了变化。数字Python已经被NumPy取代从scipy.org套件。
标签: Major feature enhancements
The mmLib sub-modules have all been re-factored into a single directory layout, and some modules have been renamed. In all modules, the use of from SomeModule import * has been eliminated, and all imports are now fully specified to reduce name space pollution. The array library used for vectors and matrices has also changed. Numeric Python has been replace by NumPy from the scipy.org suite.

Project Resources