geniml


Namegeniml JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://docs.bedbase.org/geniml/
SummaryGenomic interval toolkit
upload_time2024-10-18 19:17:25
maintainerNone
docs_urlNone
authorNathan Sheffield
requires_pythonNone
licenseBSD2
keywords bioinformatics sequencing ngs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Genomic interval machine learning (geniml)

Geniml is a python package for building machine learning models of genomic interval data (BED files). It also includes ancillary functions to support other types of analyses of genomic interval data.

Documentation is hosted at <https://docs.bedbase.org/geniml/>.


## Installation
### To install `geniml` use this commands.

Without specifying dependencies, the default dependencies will be installed, 
which DO NOT include machine learning (ML) or heavy processing libraries.


From pypi:
```
pip install geniml
```
or install the latest version from the GitHub repository:
```
pip install git+https://github.com/databio/geniml.git
```

### To install Machine learning dependencies use this command:

From pypi:
```
pip install geniml[ml]
```


## Development

Run tests (from `/tests`) with `pytest`. Please read the [contributor guide](https://docs.bedbase.org/geniml/contributing/) to contribute.


            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.bedbase.org/geniml/",
    "name": "geniml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "bioinformatics, sequencing, ngs",
    "author": "Nathan Sheffield",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e7/27/828ecbd4304fbc8331e9aa6f5bfd4a2ce5c62449c90d2c0fb11d160db6e1/geniml-0.5.1.tar.gz",
    "platform": null,
    "description": "# Genomic interval machine learning (geniml)\n\nGeniml is a python package for building machine learning models of genomic interval data (BED files). It also includes ancillary functions to support other types of analyses of genomic interval data.\n\nDocumentation is hosted at <https://docs.bedbase.org/geniml/>.\n\n\n## Installation\n### To install `geniml` use this commands.\n\nWithout specifying dependencies, the default dependencies will be installed, \nwhich DO NOT include machine learning (ML) or heavy processing libraries.\n\n\nFrom pypi:\n```\npip install geniml\n```\nor install the latest version from the GitHub repository:\n```\npip install git+https://github.com/databio/geniml.git\n```\n\n### To install Machine learning dependencies use this command:\n\nFrom pypi:\n```\npip install geniml[ml]\n```\n\n\n## Development\n\nRun tests (from `/tests`) with `pytest`. Please read the [contributor guide](https://docs.bedbase.org/geniml/contributing/) to contribute.\n\n",
    "bugtrack_url": null,
    "license": "BSD2",
    "summary": "Genomic interval toolkit",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://docs.bedbase.org/geniml/"
    },
    "split_keywords": [
        "bioinformatics",
        " sequencing",
        " ngs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd71ac6b64125170104486bee8c879c13c36ba180280b70e1875a4e13678c2dc",
                "md5": "afa58fd2f9306d12d6a884025cedff67",
                "sha256": "13e2451f2c22b73874b5c78f324357503c4a9779cf17d86ff7f17a1e8064c757"
            },
            "downloads": -1,
            "filename": "geniml-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "afa58fd2f9306d12d6a884025cedff67",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 156687,
            "upload_time": "2024-10-18T19:17:23",
            "upload_time_iso_8601": "2024-10-18T19:17:23.218694Z",
            "url": "https://files.pythonhosted.org/packages/cd/71/ac6b64125170104486bee8c879c13c36ba180280b70e1875a4e13678c2dc/geniml-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e727828ecbd4304fbc8331e9aa6f5bfd4a2ce5c62449c90d2c0fb11d160db6e1",
                "md5": "f4b4c6dd0a095cdb844a9da1be381ea2",
                "sha256": "67215dc8e3347419b7dd54b69900c7dc2d1839a3a209eff5a71a7e2e77100edb"
            },
            "downloads": -1,
            "filename": "geniml-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f4b4c6dd0a095cdb844a9da1be381ea2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 132173,
            "upload_time": "2024-10-18T19:17:25",
            "upload_time_iso_8601": "2024-10-18T19:17:25.118784Z",
            "url": "https://files.pythonhosted.org/packages/e7/27/828ecbd4304fbc8331e9aa6f5bfd4a2ce5c62449c90d2c0fb11d160db6e1/geniml-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 19:17:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "geniml"
}
        
Elapsed time: 0.37741s