moped


Namemoped JSON
Version 1.13.94 PyPI version JSON
download
home_pagehttps://gitlab.com/marvin.vanaalst/moped
SummaryStoichiometric metabolic modelling
upload_time2024-12-29 23:40:56
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/f8/99/14f944ae3eea927ad878ab400a5506d8efaff42817ca374dc2f542966f8b/moped-1.13.94.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.94",
    "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": "f3af1c13b6ad5efdc93a528d1702115fcf4ede2876269bd1558efad40de69b6b",
                "md5": "d0068cb473470cd554c67c132ca43483",
                "sha256": "5dee84918975df2507948b9633bb6145a227f635814d88f3248352039411c2b6"
            },
            "downloads": -1,
            "filename": "moped-1.13.94-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d0068cb473470cd554c67c132ca43483",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 49801,
            "upload_time": "2024-12-29T23:40:52",
            "upload_time_iso_8601": "2024-12-29T23:40:52.584926Z",
            "url": "https://files.pythonhosted.org/packages/f3/af/1c13b6ad5efdc93a528d1702115fcf4ede2876269bd1558efad40de69b6b/moped-1.13.94-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f89914f944ae3eea927ad878ab400a5506d8efaff42817ca374dc2f542966f8b",
                "md5": "e0277d19aa684f4f820e1fd2b94cd8dd",
                "sha256": "cc2853182995bb849feec2d5b25ede83b739fcd9ce32658e3dca594877d9d433"
            },
            "downloads": -1,
            "filename": "moped-1.13.94.tar.gz",
            "has_sig": false,
            "md5_digest": "e0277d19aa684f4f820e1fd2b94cd8dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 46360,
            "upload_time": "2024-12-29T23:40:56",
            "upload_time_iso_8601": "2024-12-29T23:40:56.427573Z",
            "url": "https://files.pythonhosted.org/packages/f8/99/14f944ae3eea927ad878ab400a5506d8efaff42817ca374dc2f542966f8b/moped-1.13.94.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-29 23:40:56",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "marvin.vanaalst",
    "gitlab_project": "moped",
    "lcname": "moped"
}
        
Elapsed time: 1.42585s