vermouth


Namevermouth JSON
Version 0.10.0 PyPI version JSON
download
home_pagehttps://github.com/marrink-lab/vermouth-martinize
Summary
upload_time2024-01-31 15:53:23
maintainer
docs_urlNone
authorP C Kroon
requires_python
licenseApache 2.0
keywords martini md martinize
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Martinize2 and vermouth: The ultimate resolution transformation tools

[![Build Status](https://github.com/marrink-lab/vermouth-martinize/actions/workflows/run_tests.yml/badge.svg)](https://github.com/marrink-lab/vermouth-martinize/actions)
[![codecov](https://codecov.io/gh/marrink-lab/vermouth-martinize/branch/master/graph/badge.svg)](https://codecov.io/gh/marrink-lab/vermouth-martinize)
[![Documentation Status](https://readthedocs.org/projects/vermouth-martinize/badge/?version=latest)](https://vermouth-martinize.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7361701.svg)](https://doi.org/10.5281/zenodo.7361701)
[![arXiv](https://img.shields.io/badge/arXiv-2105.05890-b31b1b.svg)](http://arxiv.org/abs/2212.01191)

Martinize2 is a rewrite of [Martinize]. It is aimed at producing
coarse-grained structures and topologies from an atomistic structure. Martinize
is primarily developed for the [Martini] coarse-grained force field and the
[Gromacs] simulation engine. However the architecture of the program will
allow us to support a broader range of force fields and simulation engines in
the future.

Vermouth (for VERsatile, MOdular,  and Universal Tranformation Helper) is the
python library that powers Martinize2. It allows to describe and apply
transformation on molecular structures and topologies using graph algorithms.

## Disclaimer

Martinize2 and Vermouth are under development. So far they have mostly been
tested on Martini 2 and Martini 3. If you use Martinize 2 and Vermouth for any
other force field be sure to carefully check the resulting topologies!  
Bugs can occur. If you encounter an issue, please report it on
<https://github.com/marrink-lab/vermouth-martinize/issues>. Carefully check your
 input and output files before using them; read the messages displayed by the
 program.

## Installation

Martinize2 and vermouth require python 3.6 or greater. They are distributed via [PyPi][pypi_vermouth], and can be
installed using the `pip` command:
    
    pip install vermouth

This installs the last released version. You can update an existing installation by running `pip install -U vermouth`.
In some cases you may want to experiment with running the latest development version. You can install this version with
the following command: 

    pip install git+https://github.com/marrink-lab/vermouth-martinize.git#vermouth

Note that vermouth and Martinize2, in particular development versions, may contain bugs that cause it to produce
incorrect topologies. Check the produced output carefully!

Martinize2 and vermouth have [mdtraj][mdtraj] as optional dependency as an 
alternative to dssp.

The behavior of the `pip` command can vary depending of the specificity of your
python installation. See the [documentation on installing a python
package][pipdoc] to learn more.

## Basic usage

Installing Martinize2 and vermouth with `pip` adds the `martinize2` program to
the research PATH. You can see the available option of the program by running:

    martinize2 -h

At the moment, martinize2 tries to reproduce the interface of the original
Martinize. You can find explanations on how to use Martinize on the [Martini
tutorials]; in most cases, replacing calls to `martinize.py` by calls to
`martinize2` should produce similar results.

The documentation of the vermouth python library will come soon.

## Citation
```
@article{kroon2022martinize2,
  title={Martinize2 and Vermouth: Unified Framework for Topology Generation},
  author={Kroon, Peter C and Gr{\"u}newald, Fabian and Barnoud, Jonathan and van Tilburg, Marco 
          and Souza, Paulo CT and Wassenaar, Tsjerk A and Marrink, Siewert-Jan},
  journal={arXiv preprint arXiv:2212.01191},
  year={2022}}
```

## Documentation

More complete documentation, including API documentation can be found at
https://vermouth-martinize.readthedocs.io/

## License

Martinize2 and vermouth are distributed under the Apache 2.0 license.

    Copyright 2018 University of Groningen

	Licensed under the Apache License, Version 2.0 (the "License");
	you may not use this file except in compliance with the License.
	You may obtain a copy of the License at

		http://www.apache.org/licenses/LICENSE-2.0

	Unless required by applicable law or agreed to in writing, software
	distributed under the License is distributed on an "AS IS" BASIS,
	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	See the License for the specific language governing permissions and
	limitations under the License.

The [full text of the license][license] is available in the source repository.

## Contributions

The development of Martinize2 and vermouth is done on [github]. Contributions
are welcome as [bug reports] and [pull requests]. Note however that the
decision of whether or not contributions can give authorship on the resulting
academic paper is left to our sole discretion.

[Martinize]: https://github.com/Tsjerk/Martinize
[Martini]: http://cgmartini.nl
[Martini tutorials]: http://cgmartini.nl/index.php/tutorials-general-introduction-gmx5
[Gromacs]: http://www.gromacs.org
[pypi_vermouth]: https://pypi.org/project/vermouth/
[mdtraj]: https://www.mdtraj.org/
[pipdoc]: https://packaging.python.org/tutorials/installing-packages/#installing-packages
[license]: https://github.com/marrink-lab/vermouth-martinize/blob/master/LICENSE
[github]: https://github.com/marrink-lab/vermouth-martinize
[bug reports]: https://github.com/marrink-lab/vermouth-martinize/issues
[pull requests]: https://github.com/marrink-lab/vermouth-martinize/pulls


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/marrink-lab/vermouth-martinize",
    "name": "vermouth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "martini MD martinize",
    "author": "P C Kroon",
    "author_email": "p.c.kroon@rug.nl",
    "download_url": "https://files.pythonhosted.org/packages/03/1e/2e7464d71c5ee0754b900b76dbe4a5f3ac6486a58c1138e36934f97f551e/vermouth-0.10.0.tar.gz",
    "platform": null,
    "description": "# Martinize2 and vermouth: The ultimate resolution transformation tools\n\n[![Build Status](https://github.com/marrink-lab/vermouth-martinize/actions/workflows/run_tests.yml/badge.svg)](https://github.com/marrink-lab/vermouth-martinize/actions)\n[![codecov](https://codecov.io/gh/marrink-lab/vermouth-martinize/branch/master/graph/badge.svg)](https://codecov.io/gh/marrink-lab/vermouth-martinize)\n[![Documentation Status](https://readthedocs.org/projects/vermouth-martinize/badge/?version=latest)](https://vermouth-martinize.readthedocs.io/en/latest/?badge=latest)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7361701.svg)](https://doi.org/10.5281/zenodo.7361701)\n[![arXiv](https://img.shields.io/badge/arXiv-2105.05890-b31b1b.svg)](http://arxiv.org/abs/2212.01191)\n\nMartinize2 is a rewrite of [Martinize]. It is aimed at producing\ncoarse-grained structures and topologies from an atomistic structure. Martinize\nis primarily developed for the [Martini] coarse-grained force field and the\n[Gromacs] simulation engine. However the architecture of the program will\nallow us to support a broader range of force fields and simulation engines in\nthe future.\n\nVermouth (for VERsatile, MOdular,  and Universal Tranformation Helper) is the\npython library that powers Martinize2. It allows to describe and apply\ntransformation on molecular structures and topologies using graph algorithms.\n\n## Disclaimer\n\nMartinize2 and Vermouth are under development. So far they have mostly been\ntested on Martini 2 and Martini 3. If you use Martinize 2 and Vermouth for any\nother force field be sure to carefully check the resulting topologies!  \nBugs can occur. If you encounter an issue, please report it on\n<https://github.com/marrink-lab/vermouth-martinize/issues>. Carefully check your\n input and output files before using them; read the messages displayed by the\n program.\n\n## Installation\n\nMartinize2 and vermouth require python 3.6 or greater. They are distributed via [PyPi][pypi_vermouth], and can be\ninstalled using the `pip` command:\n    \n    pip install vermouth\n\nThis installs the last released version. You can update an existing installation by running `pip install -U vermouth`.\nIn some cases you may want to experiment with running the latest development version. You can install this version with\nthe following command: \n\n    pip install git+https://github.com/marrink-lab/vermouth-martinize.git#vermouth\n\nNote that vermouth and Martinize2, in particular development versions, may contain bugs that cause it to produce\nincorrect topologies. Check the produced output carefully!\n\nMartinize2 and vermouth have [mdtraj][mdtraj] as optional dependency as an \nalternative to dssp.\n\nThe behavior of the `pip` command can vary depending of the specificity of your\npython installation. See the [documentation on installing a python\npackage][pipdoc] to learn more.\n\n## Basic usage\n\nInstalling Martinize2 and vermouth with `pip` adds the `martinize2` program to\nthe research PATH. You can see the available option of the program by running:\n\n    martinize2 -h\n\nAt the moment, martinize2 tries to reproduce the interface of the original\nMartinize. You can find explanations on how to use Martinize on the [Martini\ntutorials]; in most cases, replacing calls to `martinize.py` by calls to\n`martinize2` should produce similar results.\n\nThe documentation of the vermouth python library will come soon.\n\n## Citation\n```\n@article{kroon2022martinize2,\n  title={Martinize2 and Vermouth: Unified Framework for Topology Generation},\n  author={Kroon, Peter C and Gr{\\\"u}newald, Fabian and Barnoud, Jonathan and van Tilburg, Marco \n          and Souza, Paulo CT and Wassenaar, Tsjerk A and Marrink, Siewert-Jan},\n  journal={arXiv preprint arXiv:2212.01191},\n  year={2022}}\n```\n\n## Documentation\n\nMore complete documentation, including API documentation can be found at\nhttps://vermouth-martinize.readthedocs.io/\n\n## License\n\nMartinize2 and vermouth are distributed under the Apache 2.0 license.\n\n    Copyright 2018 University of Groningen\n\n\tLicensed under the Apache License, Version 2.0 (the \"License\");\n\tyou may not use this file except in compliance with the License.\n\tYou may obtain a copy of the License at\n\n\t\thttp://www.apache.org/licenses/LICENSE-2.0\n\n\tUnless required by applicable law or agreed to in writing, software\n\tdistributed under the License is distributed on an \"AS IS\" BASIS,\n\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\tSee the License for the specific language governing permissions and\n\tlimitations under the License.\n\nThe [full text of the license][license] is available in the source repository.\n\n## Contributions\n\nThe development of Martinize2 and vermouth is done on [github]. Contributions\nare welcome as [bug reports] and [pull requests]. Note however that the\ndecision of whether or not contributions can give authorship on the resulting\nacademic paper is left to our sole discretion.\n\n[Martinize]: https://github.com/Tsjerk/Martinize\n[Martini]: http://cgmartini.nl\n[Martini tutorials]: http://cgmartini.nl/index.php/tutorials-general-introduction-gmx5\n[Gromacs]: http://www.gromacs.org\n[pypi_vermouth]: https://pypi.org/project/vermouth/\n[mdtraj]: https://www.mdtraj.org/\n[pipdoc]: https://packaging.python.org/tutorials/installing-packages/#installing-packages\n[license]: https://github.com/marrink-lab/vermouth-martinize/blob/master/LICENSE\n[github]: https://github.com/marrink-lab/vermouth-martinize\n[bug reports]: https://github.com/marrink-lab/vermouth-martinize/issues\n[pull requests]: https://github.com/marrink-lab/vermouth-martinize/pulls\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "",
    "version": "0.10.0",
    "project_urls": {
        "Homepage": "https://github.com/marrink-lab/vermouth-martinize"
    },
    "split_keywords": [
        "martini",
        "md",
        "martinize"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f70f0b816d2d18942b509399547d8e979b515abc144c7d6d60b9aa7b707178fa",
                "md5": "fd58f1ddcc824c28624e465e6f797a6d",
                "sha256": "eac6e139408fb5f42fd925d67d1dc398d999c3cb60ebf7bf463abac161aecf27"
            },
            "downloads": -1,
            "filename": "vermouth-0.10.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd58f1ddcc824c28624e465e6f797a6d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 3018059,
            "upload_time": "2024-01-31T15:53:20",
            "upload_time_iso_8601": "2024-01-31T15:53:20.636260Z",
            "url": "https://files.pythonhosted.org/packages/f7/0f/0b816d2d18942b509399547d8e979b515abc144c7d6d60b9aa7b707178fa/vermouth-0.10.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "031e2e7464d71c5ee0754b900b76dbe4a5f3ac6486a58c1138e36934f97f551e",
                "md5": "5ead21273c02716018f15ae3bcf03f3c",
                "sha256": "2ff36034e63a43bfe5668fc9be8e45ad44e7301d2ce30abb291033f4e4d687da"
            },
            "downloads": -1,
            "filename": "vermouth-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ead21273c02716018f15ae3bcf03f3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2723398,
            "upload_time": "2024-01-31T15:53:23",
            "upload_time_iso_8601": "2024-01-31T15:53:23.078650Z",
            "url": "https://files.pythonhosted.org/packages/03/1e/2e7464d71c5ee0754b900b76dbe4a5f3ac6486a58c1138e36934f97f551e/vermouth-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 15:53:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marrink-lab",
    "github_project": "vermouth-martinize",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vermouth"
}
        
Elapsed time: 0.15954s