{ "info": { "author": "Fabian Gaertner", "author_email": "fabian@bioinf.uni-leipzig.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "Linear Superbubble Detector\n===========================\n\n.. image:: https://raw.githubusercontent.com/Fabianexe/Superbubble/master/logo.png\n\nIntroduction\n------------\nThis project gives the reference implementation of the Linear Superbubble Dector (LSD).\n\n.. _`NetworkX`: https://networkx.github.io\n.. _`NetworkX can load`: https://networkx.github.io/documentation/stable/reference/readwrite/index.html\n\nFeatures\n--------\n- Detect superbubbles in linear time\n- Uses `NetworkX`_ as graph library\n- Can load plenty file formats (everything that `NetworkX can load`_ )\n- Have different ways to report the superbubbles\n- Simple and clean code\n- Simple to understand and reimplement\n\nDocumentation\n=============\nThe documentation can be found at:\nhttps://fabianexe.github.io/Superbubble\n\nInstallation\n------------\nThe simples way to install is using pip::\n\n pip install LSD-Bubble\n\n.. _`setuptools`: https://pypi.python.org/pypi/setuptools\n\nYou can also download the source from https://github.com/Fabianexe/Superbubble and run the make script to install the package.\nThese needs that `setuptools`_ are installed.\n\nUsage\n-----\nThe programms needs only a path to a graph file to work and the algorithm that it should use:\n\n lsd d *path*\n\nIf you want other detection algorithm try:\n\n lsd p *path*\n\nor\n\n lsd o *path*\n\nIf as input format not edgelist is used give the format with the -f parameter\n\n lsd d *path* -f gml\n\nIf you want a different reporting format use -r\n\n lsd d *path* -r count\n\nIf you want not to detect superbubbles but week superbubbles use --week:\n\n lsd d *path* --week\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Fabianexe/Superbubble", "keywords": "graph,superbubble,\ufeffde Bruijn graph,\ufeffGenome assembly,\ufeffLinear time algorithm", "license": "BSD 3-Clause", "maintainer": "", "maintainer_email": "", "name": "LSD-Bubble", "package_url": "https://pypi.org/project/LSD-Bubble/", "platform": "", "project_url": "https://pypi.org/project/LSD-Bubble/", "project_urls": { "Homepage": "https://github.com/Fabianexe/Superbubble" }, "release_url": "https://pypi.org/project/LSD-Bubble/2.0/", "requires_dist": [ "networkx (>=2.1)" ], "requires_python": "", "summary": "Detect all superbubbles in a graph.", "version": "2.0" }, "last_serial": 4909130, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c31fe3e069c6ae395fec8bc443187584", "sha256": "ef9a84cd7eeb267dbe6a4bb8dbffc13c2cef611444171ae2862541f9d4758bc2" }, "downloads": -1, "filename": "LSD_Bubble-1.0-py3.6.egg", "has_sig": false, "md5_digest": "c31fe3e069c6ae395fec8bc443187584", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 26593, "upload_time": "2018-06-28T10:50:42", "url": "https://files.pythonhosted.org/packages/0e/4d/7f3766a4122cbddb536c88e71080437a84112ba9806eea6e2f488cd459cb/LSD_Bubble-1.0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "772792d08c210997ef6ae0b8d0cb0d4a", "sha256": "4de1f603fce733e2c57b9e6b3a599cfbadaaaa76e6c471ecc6091a3c4e567482" }, "downloads": -1, "filename": "LSD_Bubble-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "772792d08c210997ef6ae0b8d0cb0d4a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13214, "upload_time": "2018-06-28T10:50:40", "url": "https://files.pythonhosted.org/packages/03/69/d8663684bf74275c9b1d071288454f6b9d2f61384d448d62a589945a2d7b/LSD_Bubble-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9f67f28cdf10e427fadeda63525a6388", "sha256": "37c66c41514cc47eabc94e38022feef1d8eb29ca6a279d02dbcc908822a13571" }, "downloads": -1, "filename": "LSD-Bubble-1.0.tar.gz", "has_sig": false, "md5_digest": "9f67f28cdf10e427fadeda63525a6388", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8429, "upload_time": "2018-06-28T10:50:41", "url": "https://files.pythonhosted.org/packages/b8/69/98c0bc3228ecce9fd01b7db4bff56596ae1364640cab1d0cf3b03ebbae60/LSD-Bubble-1.0.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "f29796b65c56a1766469ff239639cca9", "sha256": "55a02d9d46aa1b9bac5bdc1963e841bbe7d383fb9936ddf42702c14db18d16cd" }, "downloads": -1, "filename": "LSD_Bubble-2.0-py3.7.egg", "has_sig": false, "md5_digest": "f29796b65c56a1766469ff239639cca9", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 88619, "upload_time": "2019-03-07T09:07:14", "url": "https://files.pythonhosted.org/packages/a8/14/868cc2c4d878e362749b2f6f5154d28be5791934361dbaf2225faf6438af/LSD_Bubble-2.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "02df8e97b043a1b2d705c300b8bd2f60", "sha256": "17df23eca2ebc4cd3c39c949a33e5c1ba98038736435aefef4ff2631f9fb3189" }, "downloads": -1, "filename": "LSD_Bubble-2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "02df8e97b043a1b2d705c300b8bd2f60", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 35955, "upload_time": "2019-03-07T09:07:11", "url": "https://files.pythonhosted.org/packages/84/b8/07cf3b6d5b4944bf527f9cfbbb5d99efe63ae806616fec4805cab7c51b82/LSD_Bubble-2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27ba1df0ea4aafdf40efc12f3c37ac4a", "sha256": "f3b244da78fe9f23166493cc69870352749f3ae91ae9cf12289ca1c826a65330" }, "downloads": -1, "filename": "LSD-Bubble-2.0.tar.gz", "has_sig": false, "md5_digest": "27ba1df0ea4aafdf40efc12f3c37ac4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16055, "upload_time": "2019-03-07T09:07:13", "url": "https://files.pythonhosted.org/packages/c8/cc/e82e98fab1948ad7866bbb2edb7a30641254483f7f32410229f395ece7b4/LSD-Bubble-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f29796b65c56a1766469ff239639cca9", "sha256": "55a02d9d46aa1b9bac5bdc1963e841bbe7d383fb9936ddf42702c14db18d16cd" }, "downloads": -1, "filename": "LSD_Bubble-2.0-py3.7.egg", "has_sig": false, "md5_digest": "f29796b65c56a1766469ff239639cca9", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 88619, "upload_time": "2019-03-07T09:07:14", "url": "https://files.pythonhosted.org/packages/a8/14/868cc2c4d878e362749b2f6f5154d28be5791934361dbaf2225faf6438af/LSD_Bubble-2.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "02df8e97b043a1b2d705c300b8bd2f60", "sha256": "17df23eca2ebc4cd3c39c949a33e5c1ba98038736435aefef4ff2631f9fb3189" }, "downloads": -1, "filename": "LSD_Bubble-2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "02df8e97b043a1b2d705c300b8bd2f60", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 35955, "upload_time": "2019-03-07T09:07:11", "url": "https://files.pythonhosted.org/packages/84/b8/07cf3b6d5b4944bf527f9cfbbb5d99efe63ae806616fec4805cab7c51b82/LSD_Bubble-2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27ba1df0ea4aafdf40efc12f3c37ac4a", "sha256": "f3b244da78fe9f23166493cc69870352749f3ae91ae9cf12289ca1c826a65330" }, "downloads": -1, "filename": "LSD-Bubble-2.0.tar.gz", "has_sig": false, "md5_digest": "27ba1df0ea4aafdf40efc12f3c37ac4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16055, "upload_time": "2019-03-07T09:07:13", "url": "https://files.pythonhosted.org/packages/c8/cc/e82e98fab1948ad7866bbb2edb7a30641254483f7f32410229f395ece7b4/LSD-Bubble-2.0.tar.gz" } ] }