moped


Namemoped JSON
Version 1.13.92 PyPI version JSON
download
home_pagehttps://gitlab.com/marvin.vanaalst/moped
SummaryStoichiometric metabolic modelling
upload_time2024-12-15 23:41:03
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/44/3e/73a100136d8eb0604a97dd100f220a177f74704297596f47b3f9b93fb06e/moped-1.13.92.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.92",
    "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": "79b0a7675a4950a261bd97a95cdb4341e406170572056485fbdea55611df6e3d",
                "md5": "c261e94142bc747c3b0b9a74452322e7",
                "sha256": "571eaa1a138030907162d0ae599c0546463605dd937ec875b8f45b6c9110b341"
            },
            "downloads": -1,
            "filename": "moped-1.13.92-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c261e94142bc747c3b0b9a74452322e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 49800,
            "upload_time": "2024-12-15T23:41:01",
            "upload_time_iso_8601": "2024-12-15T23:41:01.272250Z",
            "url": "https://files.pythonhosted.org/packages/79/b0/a7675a4950a261bd97a95cdb4341e406170572056485fbdea55611df6e3d/moped-1.13.92-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "443e73a100136d8eb0604a97dd100f220a177f74704297596f47b3f9b93fb06e",
                "md5": "db4cd625cb95ce16327bd03d94dc97aa",
                "sha256": "23e43dc99d1c064b1b341de6ed077a64af34a8519fd48f9c83ee6b49391f10c4"
            },
            "downloads": -1,
            "filename": "moped-1.13.92.tar.gz",
            "has_sig": false,
            "md5_digest": "db4cd625cb95ce16327bd03d94dc97aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 46354,
            "upload_time": "2024-12-15T23:41:03",
            "upload_time_iso_8601": "2024-12-15T23:41:03.617454Z",
            "url": "https://files.pythonhosted.org/packages/44/3e/73a100136d8eb0604a97dd100f220a177f74704297596f47b3f9b93fb06e/moped-1.13.92.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-15 23:41:03",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "marvin.vanaalst",
    "gitlab_project": "moped",
    "lcname": "moped"
}
        
Elapsed time: 0.65793s