{ "info": { "author": "Jan Rudolph", "author_email": "jan.daniel.rudolph@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "uniprot\\_tools\n==============\n\nuniprot provides a command-line and python interface to access the\nuniprot database\n\navailable services: map, retrieve\n\n**map** map a list of ids from one format onto another using uniprots\nmapping api\n\n::\n\n Args:\n query: id or list of ids to be mapped\n f: from ACC | P_ENTREZGENEID | ...\n t: to ...\n format: tab by default\n\n Help:\n for a list of all possible mappings visit\n 'http://www.uniprot.org/faq/28'\n\n**retrieve** request entries by uniprot acc using batch retrieval\n\n::\n\n Args:\n query: list of ids to retrieve\n format: txt by default\n\n Help:\n possible formats:\n txt, xml, rdf, fasta, gff\n\nInstallation\n------------\n\nFrom pypi (recommended)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n pip install uniprot_tools\n\nFrom source (UNIX) as standalone only\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nClone the git repository\n\n::\n\n git clone https://github.com/jdrudolph/uniprot.git\n\nUse ``distutils`` to install the package\n\n::\n\n cd uniprot\n sudo python setup.py install\n\nExample\n-------\n\nstandalone\n~~~~~~~~~~\n\n::\n\n uniprot map ACC P_ENTREZGENEID acc_file map_file\n\nThis will read UniprotIDs seperated by whitespaces from ``acc_file`` and\nstore them to ``map_file``.\n\n::\n\n uniprot retrieve acc_file entries.txt\n\nRetrieve textual etries for all uniprot ids in ``acc_file`` and save to\n``entries.txt``\n\nUsing a pipe:\n\n::\n\n echo P31749 | uniprot map ACC P_ENTREZGENEID\n\nwill print the result to ``stdout`` which can be redirected further\n\n::\n\n echo P31749 | uniprot retrieve\n\nwill print the result to ``stdout`` which can be redirected further\n\ninside a python script\n~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n import uniprot as uni\n print uni.map('P31749', f='ACC', t='P_ENTREZGENEID') # map single id\n print uni.map(['P31749','Q16204'], f='ACC', t='P_ENTREZGENEID') # map list of ids\n print uni.retrieve('P31749')\n print uni.retrieve(['P31749','Q16204'])", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jdrudolph/uniprot", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "uniprot_tools", "package_url": "https://pypi.org/project/uniprot_tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/uniprot_tools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jdrudolph/uniprot" }, "release_url": "https://pypi.org/project/uniprot_tools/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "Simple interface for uniprot.org", "version": "0.4.1" }, "last_serial": 1088573, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e0e602b4d7fe0af1b880d41b46748b7d", "sha256": "180695f67b187702f66b4465399b396456af4fd9064e878806a24b2e2c453dc1" }, "downloads": -1, "filename": "uniprot_tools-0.1.tar.gz", "has_sig": false, "md5_digest": "e0e602b4d7fe0af1b880d41b46748b7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3108, "upload_time": "2014-03-10T12:20:34", "url": "https://files.pythonhosted.org/packages/06/a6/c2e40576f980884497d96ebce13dc287ce820c2d2e845f02ccd8aeffdcd4/uniprot_tools-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "056bad371b3bf39e4fdd6131ed88cfe9", "sha256": "09c774bf5f2ca56077251a690d943ae7753b27362307bac4634746a466839f29" }, "downloads": -1, "filename": "uniprot_tools-0.2.tar.gz", "has_sig": false, "md5_digest": "056bad371b3bf39e4fdd6131ed88cfe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3179, "upload_time": "2014-03-10T13:04:27", "url": "https://files.pythonhosted.org/packages/51/a1/b1a75a512489a93bf00f343393248a18dc5390471133cafad9fd27f8272d/uniprot_tools-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "f9fbf0e09e85ff69a718e03d925d2f96", "sha256": "a1ef689e516ca0aece2e5ccb5e61943a6056fc8dfae373844e1e4b868216a0ea" }, "downloads": -1, "filename": "uniprot_tools-0.3.tar.gz", "has_sig": false, "md5_digest": "f9fbf0e09e85ff69a718e03d925d2f96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3165, "upload_time": "2014-04-06T10:55:43", "url": "https://files.pythonhosted.org/packages/9c/2d/5a89c0e2b16ade2f1fb698fcc0ce9bc0bbc77c493e917c2770c66bca3e94/uniprot_tools-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "4f8bcbd8b666754ad5835f8782e70892", "sha256": "fdb9d82ee870d383724751390f3873151508989c553b88c4baeaa9cd462d6903" }, "downloads": -1, "filename": "uniprot_tools-0.4.tar.gz", "has_sig": false, "md5_digest": "4f8bcbd8b666754ad5835f8782e70892", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3317, "upload_time": "2014-05-11T14:05:47", "url": "https://files.pythonhosted.org/packages/b6/44/2144cb5557b1063ee5d78a28fdf1ee189f24832ad4a2e3292c8243f3b7f0/uniprot_tools-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "f2c80a36e94a1e6d21113f7ed4278783", "sha256": "6649e67f815aa3d78eb487d40ac3eddd203a455dc11c58fd388f3a5df2eeca69" }, "downloads": -1, "filename": "uniprot_tools-0.4.1.tar.gz", "has_sig": false, "md5_digest": "f2c80a36e94a1e6d21113f7ed4278783", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3302, "upload_time": "2014-05-11T14:12:30", "url": "https://files.pythonhosted.org/packages/f5/ac/a29235b22d6d6201ef12317d777f8de79d4a2850dd7c1c9181beb4ef39d9/uniprot_tools-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f2c80a36e94a1e6d21113f7ed4278783", "sha256": "6649e67f815aa3d78eb487d40ac3eddd203a455dc11c58fd388f3a5df2eeca69" }, "downloads": -1, "filename": "uniprot_tools-0.4.1.tar.gz", "has_sig": false, "md5_digest": "f2c80a36e94a1e6d21113f7ed4278783", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3302, "upload_time": "2014-05-11T14:12:30", "url": "https://files.pythonhosted.org/packages/f5/ac/a29235b22d6d6201ef12317d777f8de79d4a2850dd7c1c9181beb4ef39d9/uniprot_tools-0.4.1.tar.gz" } ] }