{ "info": { "author": "Christoph Stahl", "author_email": "christoph.stahl@uni-dortmund.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Medical Science Apps." ], "description": "Coverage Blind Spots\r\n====================\r\n\r\nThis software lists all positions in given bam files, that have no or only \r\nvery limited coverage and stores the result in a hdf5 file.\r\n\r\nUsage\r\n-----\r\n\r\n::\r\n\r\n cbs [-h] [--min-cov MIN_COV] files [files ...] output\r\n\r\nIf multiple files are given, a position is designated a blind spot, if no file\r\ncontains a coverage of at least MIN_COV at this position.\r\n\r\nOutput\r\n------\r\n\r\nThe output is a hdf5 file with the following structure. For every chromosome a \r\ngroup is created, that contains a dataset called `missing_cov`. The dataset \r\ncontains rows of tuples of 32bit integer, representing the first blind spot and\r\nthe first position having enough coverage.\r\n\r\nInstall\r\n-------\r\n\r\nThis software requires python3, samtools, hdf5, numpy and h5py. All python \r\ndependencies can be installed by installing cbs via pip::\r\n\r\n pip install cbs", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/christofsteel/cbs/tarball/1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/christofsteel/cbs", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cbs", "package_url": "https://pypi.org/project/cbs/", "platform": "", "project_url": "https://pypi.org/project/cbs/", "project_urls": { "Download": "https://github.com/christofsteel/cbs/tarball/1.0", "Homepage": "https://github.com/christofsteel/cbs" }, "release_url": "https://pypi.org/project/cbs/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "List coverage blind spots", "version": "1.0.0" }, "last_serial": 2355406, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7effe270d48ead0ff636fe838b10c835", "sha256": "66c803f4c96dccbeb89397b3a582969e541ceb50abb128e7fc62e15171fea58a" }, "downloads": -1, "filename": "cbs-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7effe270d48ead0ff636fe838b10c835", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4255, "upload_time": "2016-09-21T15:47:31", "url": "https://files.pythonhosted.org/packages/25/ef/a1a6bd275dd8236140b7cbfaa93b58b69a8a8dfb0157ca9ffe498c8c80e6/cbs-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7effe270d48ead0ff636fe838b10c835", "sha256": "66c803f4c96dccbeb89397b3a582969e541ceb50abb128e7fc62e15171fea58a" }, "downloads": -1, "filename": "cbs-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7effe270d48ead0ff636fe838b10c835", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4255, "upload_time": "2016-09-21T15:47:31", "url": "https://files.pythonhosted.org/packages/25/ef/a1a6bd275dd8236140b7cbfaa93b58b69a8a8dfb0157ca9ffe498c8c80e6/cbs-1.0.0.tar.gz" } ] }