{ "info": { "author": "Konstantin Tretyakov", "author_email": "kt@ut.ee", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "==============================================\nSimple access to the reference genomes at UCSC\n==============================================\n\nThe package allows to easily download and use genomic data at UCSC.\nThis is essentially a thin \"caching\" wrapper around the ``twobitreader`` library.\n\nInstallation\n------------\n\nThe simplest way to install the package is via ``easy_install`` or ``pip``::\n\n $ easy_install ucscgenome\n\nDependencies\n------------\n\n- ``twobitreader``\n\nUsage\n-----\nThe primary usage example is the following::\n\n from ucscgenome import Genome\n g = Genome('sacCer2')\n print str(g['chrI'][0:100])\n\nOn the second line of the above example the following steps are performed:\n\n* The local ``cache directory`` is searched for the pre-downloaded genome data. If the data is readily available, it is opened for reading.\n* If there is not cached version of the ``sacCer2`` genome, it is downloaded from the UCSC site to the cache directory.\n* The local data is downloaded and stored using the compact `2bit `_ format.\n\nYou can configure the details of the procedure by providing additional options to the ``Genome`` constructor::\n\n g = Genome('hg19', cache_dir='my_genomes', use_web=False)\n \nwhich means that the genome data is to be searched for in the ``./my_genomes`` directory and in no case should a download be attempted, or::\n\n g = Genome('hg19', source_url_pattern='http://my.site.com/genomes/%(id)s/%(id)s.2bit')\n\nwhich means that the genomic data is to be downloaded from your own server rather than UCSD's.\n\nSee also\n--------\n\n* Report issues and submit fixes at Github: https://github.com/konstantint/ucscgenome\n\nRelated packages\n----------------\n\n* http://pyucsc.readthedocs.org/\n* https://pypi.python.org/pypi/twobitreader\n* https://pypi.python.org/pypi/pyfasta\n* https://pypi.python.org/pypi/cruzdb\n* https://pypi.python.org/pypi/pyliftover", "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/konstantint/ucscgenome", "keywords": "bioinformatics ucsc data-access genome-analysis", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ucscgenome", "package_url": "https://pypi.org/project/ucscgenome/", "platform": "Platform Independent", "project_url": "https://pypi.org/project/ucscgenome/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/konstantint/ucscgenome" }, "release_url": "https://pypi.org/project/ucscgenome/0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple access to the reference genomes at UCSC", "version": "0.1" }, "last_serial": 769008, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ad17b7f11399837f927c7265b5a55c06", "sha256": "e844e238dd2643452728ec48325728d3ca7739f47303cec69f337673cb49f93b" }, "downloads": -1, "filename": "ucscgenome-0.1.zip", "has_sig": false, "md5_digest": "ad17b7f11399837f927c7265b5a55c06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8981, "upload_time": "2013-06-12T12:09:54", "url": "https://files.pythonhosted.org/packages/4b/12/afae459492129dfa830d66f0b59ba0bfd73fa86c792af48beac3c3478539/ucscgenome-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad17b7f11399837f927c7265b5a55c06", "sha256": "e844e238dd2643452728ec48325728d3ca7739f47303cec69f337673cb49f93b" }, "downloads": -1, "filename": "ucscgenome-0.1.zip", "has_sig": false, "md5_digest": "ad17b7f11399837f927c7265b5a55c06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8981, "upload_time": "2013-06-12T12:09:54", "url": "https://files.pythonhosted.org/packages/4b/12/afae459492129dfa830d66f0b59ba0bfd73fa86c792af48beac3c3478539/ucscgenome-0.1.zip" } ] }