{ "info": { "author": "Jan Rudolph", "author_email": "jan.daniel.rudolph@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "uniprot mapper\n==============\n\nmap a string of whitespace seperated entries from one format onto\nanother using uniprots mapping api\n\n::\n\n Args:\n query: 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\nInstallation\n------------\n\nFrom pypi (recommended)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n pip install uniprot_mapper\n\nFrom source (UNIX) as standalone\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nClone the git repository\n\n::\n\n git clone https://github.com/jdrudolph/uniprot_mapper.git\n\nMake the script executable and add it to your ``PATH``:\n\n::\n\n chmod +x uniprot_mapper/uniprot_mapper/uniprot_mapper.py\n cd /usr/local/bin\n sudo ln -s /path/to/uniprot_mapper.py .\n\nExample\n-------\n\nstandalone\n~~~~~~~~~~\n\n::\n\n uniprot_mapper.py 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\nUsing a pipe:\n\n::\n\n echo P31749 | uniprot_mapper.py ACC P_ENTREZGENEID\n\nwill print the result to ``stdout`` which can be redirected further\n\ninside a python script\n~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n import uniprot_mapper as mapper\n print mapper.map('P31749')", "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_mapper", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "uniprot_mapper", "package_url": "https://pypi.org/project/uniprot_mapper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/uniprot_mapper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jdrudolph/uniprot_mapper" }, "release_url": "https://pypi.org/project/uniprot_mapper/0.6/", "requires_dist": null, "requires_python": null, "summary": "Simple interface for uniprot.org/mapping", "version": "0.6" }, "last_serial": 1010565, "releases": { "0.6": [ { "comment_text": "", "digests": { "md5": "ee99324c82c78441a730873b3abda858", "sha256": "71c1b555148b0a8093a5d40fa2385318e7768fdd16a2168ede5470db7fbfd8d2" }, "downloads": -1, "filename": "uniprot_mapper-0.6.tar.gz", "has_sig": false, "md5_digest": "ee99324c82c78441a730873b3abda858", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2754, "upload_time": "2014-02-24T17:34:14", "url": "https://files.pythonhosted.org/packages/d3/38/16911f270b51243a6a6457b6942d70e9f971230e4063e2ec00f833f5d45c/uniprot_mapper-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee99324c82c78441a730873b3abda858", "sha256": "71c1b555148b0a8093a5d40fa2385318e7768fdd16a2168ede5470db7fbfd8d2" }, "downloads": -1, "filename": "uniprot_mapper-0.6.tar.gz", "has_sig": false, "md5_digest": "ee99324c82c78441a730873b3abda858", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2754, "upload_time": "2014-02-24T17:34:14", "url": "https://files.pythonhosted.org/packages/d3/38/16911f270b51243a6a6457b6942d70e9f971230e4063e2ec00f833f5d45c/uniprot_mapper-0.6.tar.gz" } ] }