moped


Namemoped JSON
Version 1.13.60 PyPI version JSON
download
home_pagehttps://gitlab.com/marvin.vanaalst/moped
SummaryStoichiometric metabolic modelling
upload_time2024-05-06 01:18:49
maintainerMarvin van Aalst
docs_urlNone
authorMarvin van Aalst
requires_python<4.0,>=3.8
licenseGPL-3.0-or-later
keywords modelling stoichiometric metacyc blast
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # moped

[![DOI](https://img.shields.io/badge/DOI-10.3390%2Fmetabo12040275-blue)](https://doi.org/10.3390/metabo12040275)
[![pipeline status](https://gitlab.com/qtb-hhu/moped/badges/main/pipeline.svg)](https://gitlab.com/qtb-hhu/moped/-/commits/main)
[![coverage report](https://gitlab.com/qtb-hhu/moped/badges/main/coverage.svg)](https://gitlab.com/qtb-hhu/moped/-/commits/main)
[![Documentation Status](https://readthedocs.org/projects/moped/badge/?version=latest)](https://moped.readthedocs.io/en/latest/?badge=latest)
[![PyPi](https://img.shields.io/pypi/v/moped)](https://pypi.org/project/moped/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Downloads](https://pepy.tech/badge/moped)](https://pepy.tech/project/moped)


## Installation

You can install moped using pip

`pip install moped`

However, you will still need to install NCBI Blast if you want to use the genome / proteome reconstruction methods

If you are using conda or mamba, you can install blast from bioconda:

`conda install -c bioconda blast==2.12.0`
`mamba install -c bioconda blast==2.12.0`

If you want to install BLAST yourself:
- download the latest blast version from [NCBI](ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/)
- Extract the downloaded folder to a path of your liking
- Add blast to your path e.g. by adding the following line to your .bashrc
  - `export PATH="your_blast_directory/bin:$PATH"`


## Documentation

Check out our tutorial on [readthedocs](https://moped.readthedocs.io/en/latest/)


## Contributing

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
If you want to contribute code to the project, please consider our [contribution guide](https://gitlab.com/qtb-hhu/moped/-/blob/main/CONTRIBUTING.md)

## License

moped is licensed under [GPL 3](https://gitlab.com/qtb-hhu/moped/-/blob/main/LICENSE)

## Issues and support

If you experience issues using the software please contact us through our [issues](https://gitlab.com/qtb-hhu/moped/issues) page.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/marvin.vanaalst/moped",
    "name": "moped",
    "maintainer": "Marvin van Aalst",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": "marvin.vanaalst@gmail.com",
    "keywords": "modelling, stoichiometric, metacyc, blast",
    "author": "Marvin van Aalst",
    "author_email": "marvin.vanaalst@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/39/5f/90adbde38ccdcd78b9a1a2d4e83da6f7d89574b8ec402150a0d872a53b40/moped-1.13.60.tar.gz",
    "platform": null,
    "description": "# moped\n\n[![DOI](https://img.shields.io/badge/DOI-10.3390%2Fmetabo12040275-blue)](https://doi.org/10.3390/metabo12040275)\n[![pipeline status](https://gitlab.com/qtb-hhu/moped/badges/main/pipeline.svg)](https://gitlab.com/qtb-hhu/moped/-/commits/main)\n[![coverage report](https://gitlab.com/qtb-hhu/moped/badges/main/coverage.svg)](https://gitlab.com/qtb-hhu/moped/-/commits/main)\n[![Documentation Status](https://readthedocs.org/projects/moped/badge/?version=latest)](https://moped.readthedocs.io/en/latest/?badge=latest)\n[![PyPi](https://img.shields.io/pypi/v/moped)](https://pypi.org/project/moped/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n[![Downloads](https://pepy.tech/badge/moped)](https://pepy.tech/project/moped)\n\n\n## Installation\n\nYou can install moped using pip\n\n`pip install moped`\n\nHowever, you will still need to install NCBI Blast if you want to use the genome / proteome reconstruction methods\n\nIf you are using conda or mamba, you can install blast from bioconda:\n\n`conda install -c bioconda blast==2.12.0`\n`mamba install -c bioconda blast==2.12.0`\n\nIf you want to install BLAST yourself:\n- download the latest blast version from [NCBI](ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/)\n- Extract the downloaded folder to a path of your liking\n- Add blast to your path e.g. by adding the following line to your .bashrc\n  - `export PATH=\"your_blast_directory/bin:$PATH\"`\n\n\n## Documentation\n\nCheck out our tutorial on [readthedocs](https://moped.readthedocs.io/en/latest/)\n\n\n## Contributing\n\nAll contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.\nIf you want to contribute code to the project, please consider our [contribution guide](https://gitlab.com/qtb-hhu/moped/-/blob/main/CONTRIBUTING.md)\n\n## License\n\nmoped is licensed under [GPL 3](https://gitlab.com/qtb-hhu/moped/-/blob/main/LICENSE)\n\n## Issues and support\n\nIf you experience issues using the software please contact us through our [issues](https://gitlab.com/qtb-hhu/moped/issues) page.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Stoichiometric metabolic modelling",
    "version": "1.13.60",
    "project_urls": {
        "Documentation": "https://moped.readthedocs.io/en/latest/",
        "Homepage": "https://gitlab.com/marvin.vanaalst/moped",
        "Repository": "https://gitlab.com/marvin.vanaalst/moped"
    },
    "split_keywords": [
        "modelling",
        " stoichiometric",
        " metacyc",
        " blast"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1ffb2a3f1657d6dda48035cb77ce80cf5345e49719e61bb7c36c193e8db07d9",
                "md5": "c4536df757c3befb5f927c25c5ac6109",
                "sha256": "b1a8cc85146dede9be56794ba73c3c699bfe66590b90249dc4b7eaa5705a5a64"
            },
            "downloads": -1,
            "filename": "moped-1.13.60-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c4536df757c3befb5f927c25c5ac6109",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 49800,
            "upload_time": "2024-05-06T01:18:47",
            "upload_time_iso_8601": "2024-05-06T01:18:47.059451Z",
            "url": "https://files.pythonhosted.org/packages/d1/ff/b2a3f1657d6dda48035cb77ce80cf5345e49719e61bb7c36c193e8db07d9/moped-1.13.60-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "395f90adbde38ccdcd78b9a1a2d4e83da6f7d89574b8ec402150a0d872a53b40",
                "md5": "ae5b8b4ede9f364605a58231cfd1f29f",
                "sha256": "6c5a56ba6253a012b9dcd4df0457e16126c38e30e4ac1b56cd53f5e701052c45"
            },
            "downloads": -1,
            "filename": "moped-1.13.60.tar.gz",
            "has_sig": false,
            "md5_digest": "ae5b8b4ede9f364605a58231cfd1f29f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 46352,
            "upload_time": "2024-05-06T01:18:49",
            "upload_time_iso_8601": "2024-05-06T01:18:49.593907Z",
            "url": "https://files.pythonhosted.org/packages/39/5f/90adbde38ccdcd78b9a1a2d4e83da6f7d89574b8ec402150a0d872a53b40/moped-1.13.60.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 01:18:49",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "marvin.vanaalst",
    "gitlab_project": "moped",
    "lcname": "moped"
}
        
Elapsed time: 0.28395s