py-packman


Namepy-packman JSON
Version 1.4.13 PyPI version JSON
download
home_pagehttps://github.com/Pranavkhade/PACKMAN
SummaryA software package for molecular PACKing and Motion ANalysis (PACKMAN)
upload_time2024-07-01 22:55:37
maintainerNone
docs_urlNone
authorPranav Khade
requires_pythonNone
licenseMIT
keywords protein dynamics protein packing protein domain protein hinge
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI version](https://badge.fury.io/py/py-packman.svg)](https://badge.fury.io/py/py-packman) [![Continuous Integration](https://github.com/Pranavkhade/PACKMAN/actions/workflows/python-package.yml/badge.svg)](https://github.com/Pranavkhade/PACKMAN/actions/workflows/python-package.yml) [![Documentation Status](https://readthedocs.org/projects/py-packman/badge/?version=latest)](https://py-packman.readthedocs.io/en/latest/?badge=latest) [![Downloads](https://pepy.tech/badge/py-packman)](https://pepy.tech/project/py-packman)


PACKMAN: PACKing and Motion ANalysis
------------------------------------
<img src="https://github.com/Pranavkhade/PACKMAN/blob/master/docs/_static/gallary/logo.gif" width="250">

This package focuses on studying molecular structures and their dynamics using a simple yet informative property known as Protein Packing. Over the last few years, we have worked on several techniques to capture and quantify the protein packing, resulting in a few publications. This package has all the code to repeat and further develop these techniques.


DOCUMENTATION
-------------
* [IMPORTANT : Documentation, Tutorials & More](https://py-packman.readthedocs.io)

INSTALLATION
------------

1. Installing with pip (Recommended)
```
pip install py-packman
```

2. Installing from source
```
git clone https://github.com/Pranavkhade/PACKMAN
cd PACKMAN
python setup.py install
```

HOW TO USE
----------

PACKMAN, along with its components, can be accessed via Graphical User Interface (GUI), Command-line Interface (CLI), and Application programming interface (API).

For the GUI, please run the following command.
```
python -m packman gui
```
OR
```
python3 -m packman gui
```

For the CLI and API, please read the tutorials & documentation.

REPORTING ISSUES
----------------
[Click here](https://github.com/Pranavkhade/PACKMAN/issues/new) to report issues with any aspect of the package. Please search for the resolved issues first.

WEB SERVERS
-----------
* [Hinge Prediction Web Server](https://packman.bb.iastate.edu/)
* [hd-ANM Web Server](https://hdanm.bb.iastate.edu/)
* [Packing Entropy Web Server](https://packing-entropy.bb.iastate.edu/)
* [DCI web server](https://dci.bb.iastate.edu/)

RELATED RESEARCH ARTICLES
-------------------------
* [PACKMAN-molecule](https://doi.org/10.1093/bioadv/vbac007)
* [Hinge Prediction](https://doi.org/10.1016/j.jmb.2019.11.018)
* [Compliance](https://doi.org/10.1002/prot.25968)
* [hd-ANM](https://doi.org/10.1016/j.bpj.2021.10.017)
* [Packing Entropy](https://doi.org/10.1021/acsomega.2c00999)
* [DCI](https://doi.org/10.1093/bioinformatics/btac159)

ACKNOWLEDGEMENTS
----------------

The development of the PACKMAN package webservers are supported by [NSF](https://www.nsf.gov/) grant DBI 1661391. The authors also thank [ResearchIT@Iowa State University](https://researchit.las.iastate.edu/about-research-it-iowa-state-university) for helping with many aspects of computing.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Pranavkhade/PACKMAN",
    "name": "py-packman",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "protein, dynamics, protein packing, protein domain, protein hinge",
    "author": "Pranav Khade",
    "author_email": "pranavk@iastate.edu",
    "download_url": "https://files.pythonhosted.org/packages/48/6c/f923a7a94ff080034db3d0820685264823757c0e12706fb61cb5488613fc/py_packman-1.4.13.tar.gz",
    "platform": null,
    "description": "[![PyPI version](https://badge.fury.io/py/py-packman.svg)](https://badge.fury.io/py/py-packman) [![Continuous Integration](https://github.com/Pranavkhade/PACKMAN/actions/workflows/python-package.yml/badge.svg)](https://github.com/Pranavkhade/PACKMAN/actions/workflows/python-package.yml) [![Documentation Status](https://readthedocs.org/projects/py-packman/badge/?version=latest)](https://py-packman.readthedocs.io/en/latest/?badge=latest) [![Downloads](https://pepy.tech/badge/py-packman)](https://pepy.tech/project/py-packman)\n\n\nPACKMAN: PACKing and Motion ANalysis\n------------------------------------\n<img src=\"https://github.com/Pranavkhade/PACKMAN/blob/master/docs/_static/gallary/logo.gif\" width=\"250\">\n\nThis package focuses on studying molecular structures and their dynamics using a simple yet informative property known as Protein Packing. Over the last few years, we have worked on several techniques to capture and quantify the protein packing, resulting in a few publications. This package has all the code to repeat and further develop these techniques.\n\n\nDOCUMENTATION\n-------------\n* [IMPORTANT : Documentation, Tutorials & More](https://py-packman.readthedocs.io)\n\nINSTALLATION\n------------\n\n1. Installing with pip (Recommended)\n```\npip install py-packman\n```\n\n2. Installing from source\n```\ngit clone https://github.com/Pranavkhade/PACKMAN\ncd PACKMAN\npython setup.py install\n```\n\nHOW TO USE\n----------\n\nPACKMAN, along with its components, can be accessed via Graphical User Interface (GUI), Command-line Interface (CLI), and Application programming interface (API).\n\nFor the GUI, please run the following command.\n```\npython -m packman gui\n```\nOR\n```\npython3 -m packman gui\n```\n\nFor the CLI and API, please read the tutorials & documentation.\n\nREPORTING ISSUES\n----------------\n[Click here](https://github.com/Pranavkhade/PACKMAN/issues/new) to report issues with any aspect of the package. Please search for the resolved issues first.\n\nWEB SERVERS\n-----------\n* [Hinge Prediction Web Server](https://packman.bb.iastate.edu/)\n* [hd-ANM Web Server](https://hdanm.bb.iastate.edu/)\n* [Packing Entropy Web Server](https://packing-entropy.bb.iastate.edu/)\n* [DCI web server](https://dci.bb.iastate.edu/)\n\nRELATED RESEARCH ARTICLES\n-------------------------\n* [PACKMAN-molecule](https://doi.org/10.1093/bioadv/vbac007)\n* [Hinge Prediction](https://doi.org/10.1016/j.jmb.2019.11.018)\n* [Compliance](https://doi.org/10.1002/prot.25968)\n* [hd-ANM](https://doi.org/10.1016/j.bpj.2021.10.017)\n* [Packing Entropy](https://doi.org/10.1021/acsomega.2c00999)\n* [DCI](https://doi.org/10.1093/bioinformatics/btac159)\n\nACKNOWLEDGEMENTS\n----------------\n\nThe development of the PACKMAN package webservers are supported by [NSF](https://www.nsf.gov/) grant DBI 1661391. The authors also thank [ResearchIT@Iowa State University](https://researchit.las.iastate.edu/about-research-it-iowa-state-university) for helping with many aspects of computing.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A software package for molecular PACKing and Motion ANalysis (PACKMAN)",
    "version": "1.4.13",
    "project_urls": {
        "Homepage": "https://github.com/Pranavkhade/PACKMAN"
    },
    "split_keywords": [
        "protein",
        " dynamics",
        " protein packing",
        " protein domain",
        " protein hinge"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f434355da1e2dd3bf3f1444b7c24d9a43d2f120c3fd1c7e1e167300a601fc742",
                "md5": "dc74a7c9d9ffbdae235a4922d82299b7",
                "sha256": "e2906331490c3cc6cd84647038969db753711b1f036139f9edd2c359e6567974"
            },
            "downloads": -1,
            "filename": "py_packman-1.4.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc74a7c9d9ffbdae235a4922d82299b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 242746,
            "upload_time": "2024-07-01T22:55:34",
            "upload_time_iso_8601": "2024-07-01T22:55:34.644920Z",
            "url": "https://files.pythonhosted.org/packages/f4/34/355da1e2dd3bf3f1444b7c24d9a43d2f120c3fd1c7e1e167300a601fc742/py_packman-1.4.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "486cf923a7a94ff080034db3d0820685264823757c0e12706fb61cb5488613fc",
                "md5": "647ebf7c68c5d4919c36bdf4af38f36e",
                "sha256": "ab334cc40df781c52476ced522ec95aee68bd30a65ca62691daa4399c296453c"
            },
            "downloads": -1,
            "filename": "py_packman-1.4.13.tar.gz",
            "has_sig": false,
            "md5_digest": "647ebf7c68c5d4919c36bdf4af38f36e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 225417,
            "upload_time": "2024-07-01T22:55:37",
            "upload_time_iso_8601": "2024-07-01T22:55:37.340965Z",
            "url": "https://files.pythonhosted.org/packages/48/6c/f923a7a94ff080034db3d0820685264823757c0e12706fb61cb5488613fc/py_packman-1.4.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 22:55:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Pranavkhade",
    "github_project": "PACKMAN",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "py-packman"
}
        
Elapsed time: 0.55900s