1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
===================
MDAnalysisTests
===================
|build| |cov| |devdocs|
MDAnalysis_ is a Python toolkit to analyze molecular dynamics
trajectories generated by CHARMM, Amber, NAMD, LAMMPS, or Gromacs.
.. NOTE:: *This* package only contains the UnitTests and the data
files that are used in the test suite of the MDAnalysis_
package https://www.mdanalysis.org. They should be
installed together with MDAnalysis_.
The test files change less frequently, take up around 70 MB of space,
and are not needed for daily use of MDAnalysis so they are distributed
separately from the main package.
For installation instruction please have a look at INSTALL and the
instructions online at https://userguide.mdanalysis.org/contributing_code.html
The tests are described at https://github.com/MDAnalysis/mdanalysis/wiki/UnitTests
For further information please see the `documentation for MDAnalysis`_
itself and the `UserGuide: Contributing`_.
Contact
=======
Please report bugs and feature requests through the `Issue Tracker`_.
Help is also available through GitHub Discussions at https://github.com/MDAnalysis/mdanalysis/discussions/categories/installation.
For questions and discussions for code development, use GitHub Discussions.
.. Links
.. _MDAnalysis: https://www.mdanalysis.org
.. _Issue Tracker: https://github.com/mdanalysis/mdanalysis/issues
.. _`documentation for MDAnalysis`: https://www.mdanalysis.org/docs/
.. _`UserGuide: Contributing`: https://userguide.mdanalysis.org/contributing.html
.. badges
.. |build| image:: https://github.com/MDAnalysis/mdanalysis/actions/workflows/gh-ci.yaml/badge.svg
:alt: Github Actions Build Status
:target: https://github.com/MDAnalysis/mdanalysis/actions/workflows/gh-ci.yaml
.. |cov| image:: https://codecov.io/gh/MDAnalysis/mdanalysis/branch/develop/graph/badge.svg
:alt: Coverage Status
:target: https://codecov.io/gh/MDAnalysis/mdanalysis
.. |devdocs| image:: https://img.shields.io/badge/docs-development-yellow.svg
:alt: Documentation (development version)
:target: https://docs.mdanalysis.org/dev
|