mite-extras


Namemite-extras JSON
Version 1.6.5 PyPI version JSON
download
home_pageNone
SummaryParsing, conversion, and validation functionality for Minimum Information about a Tailoring Enzyme (MITE) files.
upload_time2025-10-25 15:20:47
maintainerNone
docs_urlNone
authorNone
requires_python<3.13.0,>=3.12.0
licenseNone
keywords cheminformatics genomics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            mite_extras
==========

[![DOI](https://zenodo.org/badge/804997522.svg)](https://doi.org/10.5281/zenodo.13941745) 
[![PyPI version](https://badge.fury.io/py/mite-extras.svg)](https://badge.fury.io/py/mite-extras)


Contents
-----------------
- [Overview](#overview)
- [Documentation](#documentation)
- [System Requirements](#system-requirements)
- [Installation Guide](#installation-guide)
- [Quick Start](#quick-start)
- [Attribution](#attribution)
- [For Developers](#for-developers)

## Overview

**MITE** (Minimum Information about a Tailoring Enzyme) is a community-driven database for the characterization of tailoring enzymes.
These enzymes play crucial roles in the biosynthesis of secondary or specialized metabolites, naturally occurring molecules with strong biological activities, such as antibiotic properties.

This repository contains functionality to validate MITE entries in JSON format.

For more information, visit the [MITE Data Standard Organization page](https://github.com/mite-standard) or read our [publication]( https://doi.org/10.1093/nar/gkaf969).

## Documentation

This repository provides validation functionality for verifying files following the MITE `JSON Schema` format, such as the files in the  **MITE** data repository [mite_data](https://github.com/mite-standard/mite_data).

The validation functionality includes:
- Calling the `mite_schema` functionality
- Validation of reaction SMARTS (does the reaction SMARTS lead to the expected product when applied to a specified substrate)
- Sanitation of SMILES and reaction SMARTS
- Fetching of NCBI GenPept/UniProtKB IDs

`mite_extras` can be used as a CLI to automatically update MITE entries.
Furthermore, this repository can also be used as a library. For examples, see [mite_data](https://github.com/mite-standard/mite_data) or [mite_web](https://github.com/mite-standard/mite_web).

For errors, feature requests, and suggestions, please open an [Issue](https://github.com/mite-standard/mite_extras/issues) or start a discussion in the [MITE Discussion Forum](https://github.com/orgs/mite-standard/discussions/).

## System Requirements

### OS Requirements

Local installation was tested on:

- Ubuntu Linux 20.04 and 22.04 (command line)

#### Python dependencies

Dependencies including exact versions are specified in the [pyproject.toml](./pyproject.toml) file.

## Installation Guide

### With `pip`

- Install with `pip install mite_extras`

## Quick Start

To validate MITE entries or update them to a new schema versiom, run:

- `mite_extras -i <input/> -o <output/>`

## Attribution

### License

`mite_extras` is an open source tool licensed under the MIT license (see [LICENSE](LICENSE)).

### Publications

See [CITATION.cff](CITATION.cff) or [MITE online](https://mite.bioinformatics.nl/) for information on citing MITE.

### Acknowledgements

This work was supported by the Netherlands Organization for Scientific Research (NWO) KIC grant KICH1.LWV04.21.013.

## For Developers

*Nota bene: for details on how to contribute to the MITE project, please refer to [CONTRIBUTING](CONTRIBUTING.md).*

### Package Installation

*Please note that the development installation is only tested and supported on (Ubuntu) Linux.*

### With `uv` from GitHub

*Note: assumes that `uv` is installed locally - see the methods described [here](https://docs.astral.sh/uv/getting-started/installation/).* 

```commandline
git clone https://github.com/mite-standard/mite_extras
uv sync --extra dev
uv run pre-commit install
```

All tests should be passing
```commandline
uv run pytest
```

### CI/CD and Deployment

CI/CD via GitHub Actions runs on every PR and push to the `main` branch.

A new release created on the [mite_extras](https://github.com/mite-standard/mite_extras) GitHub page will automatically relay changes to [PyPI](https://pypi.org/project/mite-extras/) and [Zenodo](https://doi.org/10.5281/zenodo.13941744).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mite-extras",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13.0,>=3.12.0",
    "maintainer_email": null,
    "keywords": "cheminformatics, genomics",
    "author": null,
    "author_email": "\"Mitja M. Zdouc\" <zdoucmm@gmail.com>, Adriano Rutz <adafede@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1e/c5/ef13e8fd1500c75b481870653cf30448ff79fe3e9c41a198877308b44d04/mite_extras-1.6.5.tar.gz",
    "platform": null,
    "description": "mite_extras\n==========\n\n[![DOI](https://zenodo.org/badge/804997522.svg)](https://doi.org/10.5281/zenodo.13941745) \n[![PyPI version](https://badge.fury.io/py/mite-extras.svg)](https://badge.fury.io/py/mite-extras)\n\n\nContents\n-----------------\n- [Overview](#overview)\n- [Documentation](#documentation)\n- [System Requirements](#system-requirements)\n- [Installation Guide](#installation-guide)\n- [Quick Start](#quick-start)\n- [Attribution](#attribution)\n- [For Developers](#for-developers)\n\n## Overview\n\n**MITE** (Minimum Information about a Tailoring Enzyme) is a community-driven database for the characterization of tailoring enzymes.\nThese enzymes play crucial roles in the biosynthesis of secondary or specialized metabolites, naturally occurring molecules with strong biological activities, such as antibiotic properties.\n\nThis repository contains functionality to validate MITE entries in JSON format.\n\nFor more information, visit the [MITE Data Standard Organization page](https://github.com/mite-standard) or read our [publication]( https://doi.org/10.1093/nar/gkaf969).\n\n## Documentation\n\nThis repository provides validation functionality for verifying files following the MITE `JSON Schema` format, such as the files in the  **MITE** data repository [mite_data](https://github.com/mite-standard/mite_data).\n\nThe validation functionality includes:\n- Calling the `mite_schema` functionality\n- Validation of reaction SMARTS (does the reaction SMARTS lead to the expected product when applied to a specified substrate)\n- Sanitation of SMILES and reaction SMARTS\n- Fetching of NCBI GenPept/UniProtKB IDs\n\n`mite_extras` can be used as a CLI to automatically update MITE entries.\nFurthermore, this repository can also be used as a library. For examples, see [mite_data](https://github.com/mite-standard/mite_data) or [mite_web](https://github.com/mite-standard/mite_web).\n\nFor errors, feature requests, and suggestions, please open an [Issue](https://github.com/mite-standard/mite_extras/issues) or start a discussion in the [MITE Discussion Forum](https://github.com/orgs/mite-standard/discussions/).\n\n## System Requirements\n\n### OS Requirements\n\nLocal installation was tested on:\n\n- Ubuntu Linux 20.04 and 22.04 (command line)\n\n#### Python dependencies\n\nDependencies including exact versions are specified in the [pyproject.toml](./pyproject.toml) file.\n\n## Installation Guide\n\n### With `pip`\n\n- Install with `pip install mite_extras`\n\n## Quick Start\n\nTo validate MITE entries or update them to a new schema versiom, run:\n\n- `mite_extras -i <input/> -o <output/>`\n\n## Attribution\n\n### License\n\n`mite_extras` is an open source tool licensed under the MIT license (see [LICENSE](LICENSE)).\n\n### Publications\n\nSee [CITATION.cff](CITATION.cff) or [MITE online](https://mite.bioinformatics.nl/) for information on citing MITE.\n\n### Acknowledgements\n\nThis work was supported by the Netherlands Organization for Scientific Research (NWO) KIC grant KICH1.LWV04.21.013.\n\n## For Developers\n\n*Nota bene: for details on how to contribute to the MITE project, please refer to [CONTRIBUTING](CONTRIBUTING.md).*\n\n### Package Installation\n\n*Please note that the development installation is only tested and supported on (Ubuntu) Linux.*\n\n### With `uv` from GitHub\n\n*Note: assumes that `uv` is installed locally - see the methods described [here](https://docs.astral.sh/uv/getting-started/installation/).* \n\n```commandline\ngit clone https://github.com/mite-standard/mite_extras\nuv sync --extra dev\nuv run pre-commit install\n```\n\nAll tests should be passing\n```commandline\nuv run pytest\n```\n\n### CI/CD and Deployment\n\nCI/CD via GitHub Actions runs on every PR and push to the `main` branch.\n\nA new release created on the [mite_extras](https://github.com/mite-standard/mite_extras) GitHub page will automatically relay changes to [PyPI](https://pypi.org/project/mite-extras/) and [Zenodo](https://doi.org/10.5281/zenodo.13941744).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Parsing, conversion, and validation functionality for Minimum Information about a Tailoring Enzyme (MITE) files.",
    "version": "1.6.5",
    "project_urls": {
        "Github": "https://github.com/mite-standard/mite_extras",
        "Homepage": "https://mite.bioinformatics.nl/",
        "Issues": "https://github.com/mite-standard/mite_extras/issues"
    },
    "split_keywords": [
        "cheminformatics",
        " genomics"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0aa9b090273c1e9e19e6b22647a30b55cd7c5ce17a0daf6edf0b33f2f81c5ace",
                "md5": "bf35a89f2cebef5c63b6b1538e7923e3",
                "sha256": "d90ccb36eb662a6c6517f4fe73bd0653f879497eb7543d8e3ce7389015376147"
            },
            "downloads": -1,
            "filename": "mite_extras-1.6.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf35a89f2cebef5c63b6b1538e7923e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13.0,>=3.12.0",
            "size": 21326,
            "upload_time": "2025-10-25T15:20:46",
            "upload_time_iso_8601": "2025-10-25T15:20:46.544510Z",
            "url": "https://files.pythonhosted.org/packages/0a/a9/b090273c1e9e19e6b22647a30b55cd7c5ce17a0daf6edf0b33f2f81c5ace/mite_extras-1.6.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1ec5ef13e8fd1500c75b481870653cf30448ff79fe3e9c41a198877308b44d04",
                "md5": "b0502ed4f58b6457af52fd93594cf1fa",
                "sha256": "36f98add8d02c3280b7cce8d9072032f5d16c8e9a86046df64d0d1c483be1b9e"
            },
            "downloads": -1,
            "filename": "mite_extras-1.6.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b0502ed4f58b6457af52fd93594cf1fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13.0,>=3.12.0",
            "size": 49212,
            "upload_time": "2025-10-25T15:20:47",
            "upload_time_iso_8601": "2025-10-25T15:20:47.632074Z",
            "url": "https://files.pythonhosted.org/packages/1e/c5/ef13e8fd1500c75b481870653cf30448ff79fe3e9c41a198877308b44d04/mite_extras-1.6.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-25 15:20:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mite-standard",
    "github_project": "mite_extras",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mite-extras"
}
        
Elapsed time: 2.51280s