{ "info": { "author": "Daniel Seeliger", "author_email": "seeliger.biosoft@gmail.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Scientific/Engineering" ], "description": "# pmx\n## Introduction ##\n\npmx (formerly pymacs) has started as a small bunch of classes to read structure files such as pdb or gro and trajectory data in gromacs xtc format. Over the years it has been extended\ntowards a versatile (bio-) molecular structure manipulation package with some additional functionalities, e.g. gromacs file parsers and scripts for setup and analysis of free energy calculations.\n\n## Citations: ##\n\nD. Seeliger and Bert L. de Groot, Biophys. J. 98(10):2309-2316 (2010)\n\nV. Gapsys, S. Michielssens, D. Seeliger, B. L. de Groot. J. Comput. Chem. 2014, DOI: 10.1002/jcc.23804\n\n\n## Purpose ##\n\nI mostly use pmx to write short scripts which perform some changes in pdb files, e.g. changing atom or residue names, applying some geometric transformations or doing some kind of analysis. The critical issue for these things is usually not calculation time but straightforward selection of some atoms/residues of interest, quick file parsing and data visualization, which renders a well-organized data structure and easy programming style more important than computation performance. Hence, and ideal task for Python.\n\n## Installation ##\n\nCheckout the source code and run the usual python installation\n```\ngit clone https://github.com/deGrootLab/pmx pmx\ncd pmx\n```\nFor installation type the command:\n```\npython setup.py install\n```\nor\n```\n pip install .\n```\n\n## Software Requirements ##\n\n * [numpy](http://numpy.scipy.org/)\n * [scipy](http://www.scipy.org/)\n * [matplotlib](http://matplotlib.org/)\n\n## Getting Started ##\n\nOnce installed, you can access the scripts via the command line tool ``pmx``.\nType ``pmx -h`` to view the help message. The command ``pmx gmxlib`` will help\nyou locate the pmx force field libraries, which are placed in the data folder\nwhere pmx was installed.\n\npmx stores structure data in Python classes. The \"Model\" class is the uppermost class\nwhich contains severals lists of Atoms, Molecules and Chains.\nThe following script reads a pdb file, prints some atom properties and writes the structure in gro format.\n\npmx data structure\n\nThe figure above shows the most important data structure. A \"Model\" instance contains list of chains, residues and atoms. A \"Chain\" instance of residues and atoms and a \"Molecule\" instance of a list of atoms only. Check the example scripts for how to navigate trough particular storage classes.\n\n## pmx Modules ##\npmx currently contains the following modules. Click on the links below for a (short) documentation\n\n * [atom](https://github.com/dseeliger/pmx/wiki/pmx_atom.md)\n * [molecule](https://github.com/dseeliger/pmx/wiki/pmx_molecule.md)\n * [chain](https://github.com/dseeliger/pmx/wiki/pmx_chain.md)\n * [model](https://github.com/dseeliger/pmx/wiki/model.md)\n * [atomselection](https://github.com/dseeliger/pmx/wiki/pmx_atomselection.md)\n * [options](https://github.com/dseeliger/pmx/wiki/pmx_options.md)\n * [library](https://github.com/dseeliger/pmx/wiki/pmx_library.md)\n * [ndx](https://github.com/dseeliger/pmx/wiki/pmx_ndx.md)\n * [geometry](https://github.com/dseeliger/pmx/wiki/pmx_geometry.md)\n * [parser](https://github.com/dseeliger/pmx/wiki/pmx_parser.md)\n * [xtc](https://github.com/dseeliger/pmx/wiki/pmx_xtc.md)\n * [builder](https://github.com/dseeliger/pmx/wiki/pmx_builder.md)\n * [forcefield](https://github.com/dseeliger/pmx/wiki/pmx_forcefield.md)\n * [rotamer](https://github.com/dseeliger/pmx/wiki/pmx_rotamer.md)\n * [ffparser](https://github.com/dseeliger/pmx/wiki/pmx_ffparser.md)\n\n\n## pmx Classes (the most important ones) ##\n\n * [Atom](https://github.com/dseeliger/pmx/wiki/pmx_atom.md)\n * [Molecule](https://github.com/dseeliger/pmx/wiki/pmx_molecule.md)\n * [Chain](https://github.com/dseeliger/pmx/wiki/pmx_chain.md)\n * [Model](https://github.com/dseeliger/pmx/wiki/model.md)\n * [Trajectory](https://github.com/dseeliger/pmx/wiki/pmx_trajectory.md)\n * [Topology](https://github.com/dseeliger/pmx/wiki/pmx_topology.md)\n * [IndexFile](https://github.com/dseeliger/pmx/wiki/pmx_indexfile.md)\n\n## Using pmx ##\n\n * [Editing structure files, selecting atoms, residues, chain, etc.](https://github.com/dseeliger/pmx/wiki/editstruct.md)\n * [The pmx commandline parser, documenting programs and scripts](https://github.com/dseeliger/pmx/wiki/pmx_options.md)\n * [Building peptides and DNA strands from scratch](https://github.com/dseeliger/pmx/wiki/builder.md)\n * [Writing MD analysis tools, access xtc data from Python](https://github.com/dseeliger/pmx/wiki/trx.md)\n * [Modifying Gromacs topologies](https://github.com/dseeliger/pmx/wiki/topol.md)\n * [Generating Gromacs index files](https://github.com/dseeliger/pmx/wiki/pmx_indexfile.md)", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/deGrootLab/pmx/releases/latest", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/deGrootLab/pmx", "keywords": "", "license": "GPL 3", "maintainer": "", "maintainer_email": "", "name": "pmx", "package_url": "https://pypi.org/project/pmx/", "platform": "", "project_url": "https://pypi.org/project/pmx/", "project_urls": { "Download": "https://github.com/deGrootLab/pmx/releases/latest", "Homepage": "https://github.com/deGrootLab/pmx" }, "release_url": "https://pypi.org/project/pmx/2.0/", "requires_dist": null, "requires_python": ">=2.7, <3", "summary": "Python Toolbox structure file editing and writing simulation setup/analysis tools", "version": "2.0" }, "last_serial": 5090847, "releases": { "2.0": [ { "comment_text": "", "digests": { "md5": "2e1803f928256c9c87e36a9df4c18154", "sha256": "323dd5091c62255f1f6cbfc6b4869ef9672a188ce7e3439ed1bb6e9cf2c3804c" }, "downloads": -1, "filename": "pmx-2.0.tar.gz", "has_sig": false, "md5_digest": "2e1803f928256c9c87e36a9df4c18154", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3", "size": 5940093, "upload_time": "2019-04-03T13:24:27", "url": "https://files.pythonhosted.org/packages/d3/37/8742df62414c5fa0ed754ce64412ac0f3aa552ee7f8bc24ed9f54420bf80/pmx-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e1803f928256c9c87e36a9df4c18154", "sha256": "323dd5091c62255f1f6cbfc6b4869ef9672a188ce7e3439ed1bb6e9cf2c3804c" }, "downloads": -1, "filename": "pmx-2.0.tar.gz", "has_sig": false, "md5_digest": "2e1803f928256c9c87e36a9df4c18154", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3", "size": 5940093, "upload_time": "2019-04-03T13:24:27", "url": "https://files.pythonhosted.org/packages/d3/37/8742df62414c5fa0ed754ce64412ac0f3aa552ee7f8bc24ed9f54420bf80/pmx-2.0.tar.gz" } ] }