query_phenomizer


Namequery_phenomizer JSON
Version 1.2 PyPI version JSON
download
home_pagehttps://www.github.com/moonso/query_phenomizer
SummaryTool for query and parsing the phenomizer tool
upload_time2017-02-14 09:09:53
maintainer
docs_urlNone
authorMåns Magnusson
requires_python
licenseModified BSD
keywords hpo development phenomizer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            [![Build Status](https://travis-ci.org/moonso/query_phenomizer.svg)](https://travis-ci.org/moonso/query_phenomizer)
# query_phenomizer #

A small module for querying the [phenomizer tool](http://compbio.charite.de/phenomizer/) with HPO-terms.

# INFO!!! #

From 16/2-16 phenomizer demands a password and username when using the service in this way.
Request login credentials from sebastian.koehler@charite.de

## Installation ##

    pip install query_phenomizer

or
```
git clone https://github.com/moonso/query_phenomizer.git
cd query_phenomizer
pip install --editable .
```
##Usage##

    query_phenomizer HP:0001623 HP:0002465 --output phenitypes.txt

User can check if hpo terms exist by using the flag ```-c/--check_terms```.

    query_phenomizer HP:0001623 HP:02345555 --check_terms -v

Prints that HP:02345555 does not exist.

For more info run

    query_phenomizer --help

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.github.com/moonso/query_phenomizer",
    "name": "query_phenomizer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "hpo development phenomizer",
    "author": "M\u00e5ns Magnusson",
    "author_email": "mans.magnusson@scilifelab.se",
    "download_url": "https://files.pythonhosted.org/packages/f8/a7/af989c9a672e267ef38009c32206f53c752cc7bac13b29b586c0b93a3da8/query_phenomizer-1.2.tar.gz",
    "platform": "",
    "description": "[![Build Status](https://travis-ci.org/moonso/query_phenomizer.svg)](https://travis-ci.org/moonso/query_phenomizer)\n# query_phenomizer #\n\nA small module for querying the [phenomizer tool](http://compbio.charite.de/phenomizer/) with HPO-terms.\n\n# INFO!!! #\n\nFrom 16/2-16 phenomizer demands a password and username when using the service in this way.\nRequest login credentials from sebastian.koehler@charite.de\n\n## Installation ##\n\n    pip install query_phenomizer\n\nor\n```\ngit clone https://github.com/moonso/query_phenomizer.git\ncd query_phenomizer\npip install --editable .\n```\n##Usage##\n\n    query_phenomizer HP:0001623 HP:0002465 --output phenitypes.txt\n\nUser can check if hpo terms exist by using the flag ```-c/--check_terms```.\n\n    query_phenomizer HP:0001623 HP:02345555 --check_terms -v\n\nPrints that HP:02345555 does not exist.\n\nFor more info run\n\n    query_phenomizer --help\n",
    "bugtrack_url": null,
    "license": "Modified BSD",
    "summary": "Tool for query and parsing the phenomizer tool",
    "version": "1.2",
    "split_keywords": [
        "hpo",
        "development",
        "phenomizer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b52c9dfd1e52f6938039d39be49f5c69",
                "sha256": "d04f244410653aafc5dd3c9fb350d29899e09fd07011d96e2030bb4237080b0b"
            },
            "downloads": -1,
            "filename": "query_phenomizer-1.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b52c9dfd1e52f6938039d39be49f5c69",
            "packagetype": "bdist_wheel",
            "python_version": "3.6",
            "requires_python": null,
            "size": 7630,
            "upload_time": "2017-02-14T09:09:56",
            "upload_time_iso_8601": "2017-02-14T09:09:56.242624Z",
            "url": "https://files.pythonhosted.org/packages/b6/f5/0f3aea913c55ef2b1e0750e5ae144369db86150442faa662dfaebb9ff395/query_phenomizer-1.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "814d86f043c139e44a7e8784a86df1cb",
                "sha256": "ae6f85331bfa7947fd0edf245780559581a7c728e563093d4b4dc44415517cc7"
            },
            "downloads": -1,
            "filename": "query_phenomizer-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "814d86f043c139e44a7e8784a86df1cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6883,
            "upload_time": "2017-02-14T09:09:53",
            "upload_time_iso_8601": "2017-02-14T09:09:53.616908Z",
            "url": "https://files.pythonhosted.org/packages/f8/a7/af989c9a672e267ef38009c32206f53c752cc7bac13b29b586c0b93a3da8/query_phenomizer-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-02-14 09:09:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "moonso",
    "github_project": "query_phenomizer",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "query_phenomizer"
}
        
Elapsed time: 0.01546s