MDAnalysis 0.7.4
A object-oriented toolkit to analyze molecular dynamics trajectories generated by CHARMM, Gromacs, NAMD, LAMMPS, or Amber.
Latest Version: 0.7.5.1
MDAnalysis is an object-oriented python toolkit to analyze molecular dynamics trajectories generated by CHARMM, Gromacs, Amber, NAMD, or LAMMPS; it also reads other formats (e.g. PDB files and XYZ format trajectories; see the Table of Supported Coordinate Formats for details). It can write most of these formats, too, together with atom selections for use in Gromacs, CHARMM, VMD and PyMol (see Selection exporters).
It allows one to read molecular dynamics trajectories and access the atomic coordinates through NumPy arrays. This provides a flexible and relatively fast framework for complex analysis tasks. Fairly complete atom selection commands are implemented. Trajectories can also be manipulated (for instance, fit to a reference structure) and written out in a range of formats.
Availability
Source code is available from http://mdanalysis.googlecode.com under the GNU Public Licence, version 2, together with the online documentation. Packages can be downloaded from
http://code.google.com/p/mdanalysis/downloads/list
or installed/upgraded via PyPI (using either easy_install or pip):
easy_install -U MDAnalysis pip install --upgrade MDAnalysis
Please report bugs or enhancement requests through the Issue Tracker. Questions can also be asked on the mdnalysis-discussion mailing list.
In order to run the Unit Tests it is also necessary to install a separate package MDAnalysisTestData containing the test data. As it contains about 18 MB of molecular dynamics trajectories and simulation system structures it is not included with the library itself.
Citation
When using MDAnalysis in published work, please cite
- N. Michaud-Agrawal, E. J. Denning, T. B. Woolf, and O. Beckstein. MDAnalysis: A Toolkit for the Analysis of Molecular Dynamics Simulations. J. Comput. Chem. 32 (2011), 2319--2327. doi:10.1002/jcc.21787
PyPI Metadata
- Author: Naveen Michaud-Agrawal
- Maintainer: Oliver Beckstein
- Documentation: MDAnalysis package documentation
- Home Page: http://mdanalysis.googlecode.com/
- Bug Tracker: http://code.google.com/p/mdanalysis/issues/list
- Keywords: moleculardynamics, analysis, DCD, CHARMM, LAMMPS, NAMD, Gromacs, computersimulation, atoms, coordinates, trajectory, XTC, Library, object-oriented
- License: GPL 2
- Requires numpy (>=1.0.3), biopython, networkx (>=1.0), scipy, GridDataFormats
- Provides MDAnalysis
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU General Public License (GPL)
- Operating System :: MacOS :: MacOS X
- Operating System :: POSIX
- Programming Language :: C
- Programming Language :: Python
- Topic :: Scientific/Engineering :: Bio-Informatics
- Topic :: Scientific/Engineering :: Chemistry
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: Oliver.Beckstein, Sebastien.Buchoux
- Package Index Maintainer: Sebastien.Buchoux
- DOAP record: MDAnalysis-0.7.4.xml
