{ "info": { "author": "Tommaso Leonardi", "author_email": "tom@tleo.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "[![Build Status](https://travis-ci.org/tleonardi/bedparse.svg?branch=master)](https://travis-ci.org/tleonardi/bedparse)\n[![Docs Status](https://readthedocs.org/projects/bedparse/badge/?version=master&style=flat)](https://bedparse.readthedocs.io/en/master/)\n[![JOSS Status](http://joss.theoj.org/papers/22763a3b37fde13e548e884edd3221fa/status.svg)](http://joss.theoj.org/papers/22763a3b37fde13e548e884edd3221fa)\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n\n# Bedparse\n\n![](docs/bedparse.svg)\n\nBedparse is a simple python module and CLI tool to perform common operations on BED files.\n\nIt offers 11 sub-commands that implement the following functionality:\n* `filter`: Filtering of transcripts based on annotations\n* `join`: Joining of annotation files based on transcript names\n* `gtf2bed`: Conversion from GTF to BED format\n* `convertChr`: Conversion from UCSC to Ensembl chromosome names (and viceversa)\n* `bed12tobed6`: Conversion from bed12 to bed6\n* `promoter`: Promoter reporting\n* `introns`: Intron reporting\n* `cds`: CDS reporting\n* `3pUTR` and `5pUTR`: UTR reporting \n* `validateFormat`: Check that the file conforms with the BED format\n\n## Installation\n\nInstalling is as simple as:\n\n```\npip install bedparse\n```\n\n## Basic usage\n\nThe basic syntax in the form: `bedparse subcommand [parameters]`.\n\nFor a list of all subcommands and a brief explanation of what they do, use: `bedparse --help`.\n\nFor a detailed explanation of each subcommand and a list of its parameters, use the `--help` option after the subcommand's name, e.g.: `bedparse promoter --help`\n\n## Documentation\n\nOur documentation is hosted on [Read the Docs](https://bedparse.readthedocs.io/en/latest/).\n\nWe also have a short [tutorial](https://bedparse.readthedocs.io/en/latest/Tutorial.html) to guide you through the basic functions.\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tleonardi/bedparse", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bedparse", "package_url": "https://pypi.org/project/bedparse/", "platform": "", "project_url": "https://pypi.org/project/bedparse/", "project_urls": { "Homepage": "https://github.com/tleonardi/bedparse" }, "release_url": "https://pypi.org/project/bedparse/0.2.2/", "requires_dist": [ "argparse", "setuptools" ], "requires_python": ">=3", "summary": "A simple library and CLI tool to manipulate BED files", "version": "0.2.2" }, "last_serial": 4873433, "releases": { "0.1.0b1": [ { "comment_text": "", "digests": { "md5": "423880f7ead5fad31e2ccd083d50e3ea", "sha256": "9a6630b994169a9d0afff28d987c2aede728f6f6fdffa7c17e7db9d9686a438e" }, "downloads": -1, "filename": "bedparse-0.1.0b1-py3-none-any.whl", "has_sig": false, "md5_digest": "423880f7ead5fad31e2ccd083d50e3ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17708, "upload_time": "2017-11-15T18:11:29", "url": "https://files.pythonhosted.org/packages/c5/4c/dc56250bb1cf014cf461cf778f0e42897e94e3ce55ed838e5e94017e31d0/bedparse-0.1.0b1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "338b65360faa0acbd690b5ffd24a8a12", "sha256": "1edffbca9186dd7c4c560c9fc6bae6d6ae54534a7b1f9eb2a675517fefa3cd4d" }, "downloads": -1, "filename": "bedparse-0.1.0b1.tar.gz", "has_sig": false, "md5_digest": "338b65360faa0acbd690b5ffd24a8a12", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 19229, "upload_time": "2017-11-15T18:11:30", "url": "https://files.pythonhosted.org/packages/d1/40/97fecc64310780e212a01a87af5744e3d9b58c2c9237915750d15500c8c1/bedparse-0.1.0b1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7825e7c05a35322b250cb38949e0d522", "sha256": "007249c20248dff5ea16a7af5a6d9683d2de478bc77772e18252f1751bf03896" }, "downloads": -1, "filename": "bedparse-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7825e7c05a35322b250cb38949e0d522", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17902, "upload_time": "2018-11-09T13:25:38", "url": "https://files.pythonhosted.org/packages/87/38/18de164be287c1e2d190e2ddce1df8bd116060bc5e47725e790b68c3ccb6/bedparse-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca43408a7f73338bb9faf361d01c1734", "sha256": "a200fb749836e1b7e8c4fd3e36264c28d3eba87a69c031225ec36b32abf7e5a5" }, "downloads": -1, "filename": "bedparse-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ca43408a7f73338bb9faf361d01c1734", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 20001, "upload_time": "2018-11-09T13:25:40", "url": "https://files.pythonhosted.org/packages/20/1a/6193a9bcbfbd0547128ab4558267194c983c9b2ab7db7e5f02b72f75bf67/bedparse-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "276a29a5ca91fd49e309760ea64e7328", "sha256": "0583a6b96e0a06ed3d17658702c5cec3c72363f3056fae277fb3a7c411ee7c97" }, "downloads": -1, "filename": "bedparse-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "276a29a5ca91fd49e309760ea64e7328", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 18191, "upload_time": "2018-11-20T12:49:27", "url": "https://files.pythonhosted.org/packages/7a/ab/0a1c9690dbdbc7268cf2da0ad3f7d07b8f9da62d462b026e3a99c4e5c670/bedparse-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb9cb94e29b30710cc5019aab732a4e0", "sha256": "1457dd86d7d0430415b7eb28a82b101f573bddce6c01463ba4fab6edbb2ccf38" }, "downloads": -1, "filename": "bedparse-0.1.2.tar.gz", "has_sig": false, "md5_digest": "fb9cb94e29b30710cc5019aab732a4e0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 20686, "upload_time": "2018-11-20T12:49:29", "url": "https://files.pythonhosted.org/packages/51/78/0dfebd6038cf662bcb9446381b5e1283a5196d426d57585f55e3b8127ba3/bedparse-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6035265697c75f96788c85af70b36f2f", "sha256": "9917cea862f89f61b3b4caa3f6e1fbd9846f329ebb286636a960b43ef5b77fd3" }, "downloads": -1, "filename": "bedparse-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6035265697c75f96788c85af70b36f2f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 18466, "upload_time": "2019-01-21T17:04:20", "url": "https://files.pythonhosted.org/packages/49/2e/ee19088b92ec620198ad8dc3381209efa34545f7d0874cde9e529066d032/bedparse-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fac537958de2481307e9c0a1e4cd2708", "sha256": "f94bc6db08de70e05b42b292ac8044feba2abdad8e787044675ece2178916ca1" }, "downloads": -1, "filename": "bedparse-0.2.0.tar.gz", "has_sig": false, "md5_digest": "fac537958de2481307e9c0a1e4cd2708", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 24757, "upload_time": "2019-01-21T17:04:21", "url": "https://files.pythonhosted.org/packages/3a/da/b96510a0b41726e030c8fc5fa4aad02649496ff8f432a8e505026b8bdc8a/bedparse-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1a4f4ee92c32829e2446998a11122a1e", "sha256": "f05ae6dd988e8719356028c3a843d017f6f9137c4c2aeb81bf1041cba50daf05" }, "downloads": -1, "filename": "bedparse-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1a4f4ee92c32829e2446998a11122a1e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 19431, "upload_time": "2019-02-25T13:28:02", "url": "https://files.pythonhosted.org/packages/4e/a0/b5180409b204e98439123bce7f9f9eaa412cc516817a4b10ba8647c3965f/bedparse-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c02f0b4239657b6f55f2d57ff63ee76a", "sha256": "a77f520d4d033bb50c377c7a03bc90284e0060c1bf8ea27b6327dd7a42d6dbe2" }, "downloads": -1, "filename": "bedparse-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c02f0b4239657b6f55f2d57ff63ee76a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 22220, "upload_time": "2019-02-25T13:28:04", "url": "https://files.pythonhosted.org/packages/55/14/827dcfb96cb420cb73b47c0a3b66d24f336d9fb3e4177176b083ff048701/bedparse-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "44b3ccc868aae9fc2997b0f1b44f6ef0", "sha256": "44da7b43b5fc1561177ce1a74f38a8aa4c5e432e96e62126fe047922d573849e" }, "downloads": -1, "filename": "bedparse-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "44b3ccc868aae9fc2997b0f1b44f6ef0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 21038, "upload_time": "2019-02-27T09:55:17", "url": "https://files.pythonhosted.org/packages/fa/4e/d458bfbddee6db4ec257827fc0c2a413e8a91b2541bd1805fad2e9d269b3/bedparse-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ac1d9a6b69f398dca777a27edcd97a9", "sha256": "1138741be5453121632c3be0a793cc03cd42a6ff36f5c77a8897fa39aaec6391" }, "downloads": -1, "filename": "bedparse-0.2.2.tar.gz", "has_sig": false, "md5_digest": "5ac1d9a6b69f398dca777a27edcd97a9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 23919, "upload_time": "2019-02-27T09:55:19", "url": "https://files.pythonhosted.org/packages/03/9e/f6d81aede2e7f5971887cf1d760853f903ffc736d5911282bebefc97e810/bedparse-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44b3ccc868aae9fc2997b0f1b44f6ef0", "sha256": "44da7b43b5fc1561177ce1a74f38a8aa4c5e432e96e62126fe047922d573849e" }, "downloads": -1, "filename": "bedparse-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "44b3ccc868aae9fc2997b0f1b44f6ef0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 21038, "upload_time": "2019-02-27T09:55:17", "url": "https://files.pythonhosted.org/packages/fa/4e/d458bfbddee6db4ec257827fc0c2a413e8a91b2541bd1805fad2e9d269b3/bedparse-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ac1d9a6b69f398dca777a27edcd97a9", "sha256": "1138741be5453121632c3be0a793cc03cd42a6ff36f5c77a8897fa39aaec6391" }, "downloads": -1, "filename": "bedparse-0.2.2.tar.gz", "has_sig": false, "md5_digest": "5ac1d9a6b69f398dca777a27edcd97a9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 23919, "upload_time": "2019-02-27T09:55:19", "url": "https://files.pythonhosted.org/packages/03/9e/f6d81aede2e7f5971887cf1d760853f903ffc736d5911282bebefc97e810/bedparse-0.2.2.tar.gz" } ] }