{ "info": { "author": "CIBMTR", "author_email": "cibmtr-pypi@nmdp.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Programming Language :: Python :: 3.7" ], "description": "===============================\npyGFE\n===============================\n\n\n.. image:: https://img.shields.io/pypi/v/pygfe.svg\n :target: https://pypi.python.org/pypi/pygfe\n\n.. image:: https://img.shields.io/travis/mhalagan-nmdp/pygfe.svg\n :target: https://travis-ci.org/mhalagan-nmdp/pygfe\n\n.. image:: https://readthedocs.org/projects/pygfe/badge/?version=latest\n :target: https://pygfe.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/mhalagan-nmdp/pygfe/shield.svg\n :target: https://pyup.io/repos/github/mhalagan-nmdp/pygfe/\n :alt: Updates\n\n\nPython Boilerplate contains all the boilerplate you need to create a Python package.\n\n\n* Free software: LGPL 3.0\n* Documentation: https://pygfe.readthedocs.io.\n\nDocker\n--------\n\n.. code-block:: shell\n\n docker pull nmdpbioinformatics/py-gfe\n\n.. code-block:: \n\n\tdocker run -it --rm -v $PWD:/opt nmdpbioinformatics/py-gfe seq2gfe \\\n\t\t-f /opt/your_fastafile.fasta -l HLA-A\n\n\nExample\n--------\n\n.. code-block:: python3\n\n >>> from Bio import SeqIO\n >>> from BioSQL import BioSeqDatabase\n >>> from seqann.sequence_annotation import BioSeqAnn\n >>> import pygfe\n >>> seq_file = 'test_dq.fasta'\n >>> gfe = pygfe.pyGFE()\n >>> server = BioSeqDatabase.open_database(driver=\"pymysql\", user=\"root\",\n ... passwd=\"\", host=\"localhost\",\n ... db=\"bioseqdb\")\n >>> seqann = BioSeqAnn(server=server)\n >>> seq_rec = list(SeqIO.parse(seq_file, 'fasta'))[0]\n >>> annotation = seqann.annotate(seq_rec, \"HLA-DQB1\")\n >>> gfe = gfe.get_gfe(annotation, \"HLA-DQB1\")\n >>> print(gfe)\n HLA-DQB1w0-4-0-141-0-12-0-4-0-0-0-0-0\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n0.0.1 (2017-11-09)\n------------------\n\n* First release on PyPI.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nmdp-bioinformatics/py-gfe", "keywords": "pygfe", "license": "LGPL 3.0", "maintainer": "", "maintainer_email": "", "name": "py-gfe", "package_url": "https://pypi.org/project/py-gfe/", "platform": "", "project_url": "https://pypi.org/project/py-gfe/", "project_urls": { "Homepage": "https://github.com/nmdp-bioinformatics/py-gfe" }, "release_url": "https://pypi.org/project/py-gfe/0.0.29/", "requires_dist": [ "seq-ann (==1.0.5)", "more-itertools (==7.2.0)", "neo4j-driver (==1.7.4)", "py2neo (==4.3.0)", "pandas (==0.25.1)", "PyMySQL (==0.9.3)" ], "requires_python": "", "summary": "Python package for converting sequence annotations to gene feature enumerations (GFE).", "version": "0.0.29" }, "last_serial": 5908611, "releases": { "0.0.26": [ { "comment_text": "", "digests": { "md5": "70f99cad660e5925123f7fdf81204022", "sha256": "d47f83a1829475622f508a93f31def27921ec57343e5dcbf62659116db78104e" }, "downloads": -1, "filename": "py_gfe-0.0.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "70f99cad660e5925123f7fdf81204022", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64697, "upload_time": "2019-09-30T18:07:00", "url": "https://files.pythonhosted.org/packages/af/72/71e239ae3513307945823506481ea8805ce04bfcdf6112ababcaab4ab0ee/py_gfe-0.0.26-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db693636015a096dff5a501d7727945e", "sha256": "b06621c8f71f6dd5a7b1cef268cc5b001b14baca1e4c267e103de96921025e02" }, "downloads": -1, "filename": "py-gfe-0.0.26.tar.gz", "has_sig": false, "md5_digest": "db693636015a096dff5a501d7727945e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57808, "upload_time": "2019-09-30T18:07:02", "url": "https://files.pythonhosted.org/packages/d0/c7/8004bfdf6e52aedd068b2970248a31c035b0ca23a2a016f96530af3de2d1/py-gfe-0.0.26.tar.gz" } ], "0.0.27": [ { "comment_text": "", "digests": { "md5": "ef464ce96d0f0126692b56ecc442f4a5", "sha256": "86cd48260fa21abed28c6b437bb6f7593cff577abde38c38bdda02363194860f" }, "downloads": -1, "filename": "py_gfe-0.0.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef464ce96d0f0126692b56ecc442f4a5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64695, "upload_time": "2019-09-30T18:12:03", "url": "https://files.pythonhosted.org/packages/8d/aa/4b2ed07e0a0ca6107f7e05a66f17d46cf26cedcd3319f3ba94d2aebf544f/py_gfe-0.0.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1bc9227662868b625f7095912e32eca0", "sha256": "038c2783b25508d2333f95d14a176dfb6de9551c19064e559bdcf86149a56145" }, "downloads": -1, "filename": "py-gfe-0.0.27.tar.gz", "has_sig": false, "md5_digest": "1bc9227662868b625f7095912e32eca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57821, "upload_time": "2019-09-30T18:12:05", "url": "https://files.pythonhosted.org/packages/38/6f/8d3c8a6b3920d007569cfb55f754da30511f9609a0b1d9d8d67f012108a6/py-gfe-0.0.27.tar.gz" } ], "0.0.28": [ { "comment_text": "", "digests": { "md5": "d79468ca8113296f7ea5e8b6dbbd0907", "sha256": "d21d33d4e156544419adbd42e86790170776f7b451b15224c7b0e042550f55e0" }, "downloads": -1, "filename": "py_gfe-0.0.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d79468ca8113296f7ea5e8b6dbbd0907", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64709, "upload_time": "2019-09-30T18:16:44", "url": "https://files.pythonhosted.org/packages/62/dc/d0a7fb0b3eebc5865a4243ac48adcc364cca226a0cc2703fc1ff481ca311/py_gfe-0.0.28-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5fb5a32a5aae8c0fb1a0388bdded0045", "sha256": "e9ad0598864228b8ee46f33080dbbfc1c64a49f42916e7a328a22335c90bf63b" }, "downloads": -1, "filename": "py-gfe-0.0.28.tar.gz", "has_sig": false, "md5_digest": "5fb5a32a5aae8c0fb1a0388bdded0045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57855, "upload_time": "2019-09-30T18:16:46", "url": "https://files.pythonhosted.org/packages/e7/0d/87006861cabcd368f7df20654c6c9de219cdc692ffd93af1fef194badb34/py-gfe-0.0.28.tar.gz" } ], "0.0.29": [ { "comment_text": "", "digests": { "md5": "9ad71cd0c9780c512452545d8e3f5655", "sha256": "e3405a462480f6dc249d7ce65f9df1b2db83ad48223da3d57d93140167f4fbfc" }, "downloads": -1, "filename": "py_gfe-0.0.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ad71cd0c9780c512452545d8e3f5655", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64679, "upload_time": "2019-09-30T19:39:12", "url": "https://files.pythonhosted.org/packages/22/b0/7d7acab05e5ef160b4d2f9109571082233a749a01b9387b4f1cd6e13ecea/py_gfe-0.0.29-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62c2b5ca447d406e4e23b699c17b136b", "sha256": "f8bac03bb72373ea80b97f3973e76e59fc35b2731c376afc2b764ad299541836" }, "downloads": -1, "filename": "py-gfe-0.0.29.tar.gz", "has_sig": false, "md5_digest": "62c2b5ca447d406e4e23b699c17b136b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57837, "upload_time": "2019-09-30T19:39:13", "url": "https://files.pythonhosted.org/packages/b8/cf/8744d8c73ec5699c8e83b589f3c404a05b83a7a2b31de99a64ab7ce186ac/py-gfe-0.0.29.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ad71cd0c9780c512452545d8e3f5655", "sha256": "e3405a462480f6dc249d7ce65f9df1b2db83ad48223da3d57d93140167f4fbfc" }, "downloads": -1, "filename": "py_gfe-0.0.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ad71cd0c9780c512452545d8e3f5655", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64679, "upload_time": "2019-09-30T19:39:12", "url": "https://files.pythonhosted.org/packages/22/b0/7d7acab05e5ef160b4d2f9109571082233a749a01b9387b4f1cd6e13ecea/py_gfe-0.0.29-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62c2b5ca447d406e4e23b699c17b136b", "sha256": "f8bac03bb72373ea80b97f3973e76e59fc35b2731c376afc2b764ad299541836" }, "downloads": -1, "filename": "py-gfe-0.0.29.tar.gz", "has_sig": false, "md5_digest": "62c2b5ca447d406e4e23b699c17b136b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57837, "upload_time": "2019-09-30T19:39:13", "url": "https://files.pythonhosted.org/packages/b8/cf/8744d8c73ec5699c8e83b589f3c404a05b83a7a2b31de99a64ab7ce186ac/py-gfe-0.0.29.tar.gz" } ] }