{ "info": { "author": "Marcus Stoiber", "author_email": "marcus.stoiber@nanoporetech.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "=============\nTombo Summary\n=============\n\n|travis_badge|\n\n.. |travis_badge| image:: https://travis-ci.org/nanoporetech/tombo.svg?branch=master\n :target: https://travis-ci.org/nanoporetech/tombo\n\nTombo is a suite of tools primarily for the identification of modified nucleotides from nanopore sequencing data.\n\nTombo also provides tools for the analysis and visualization of raw nanopore signal.\n\n============\nInstallation\n============\n\n|bioconda_badge| |pypi_badge|\n\n.. |bioconda_badge| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square\n :target: http://bioconda.github.io/recipes/ont-tombo/README.html\n\n.. |pypi_badge| image:: https://badge.fury.io/py/ont-tombo.svg\n :target: https://pypi.org/project/ont-tombo/\n\nBasic tombo installation (python 2.7 and 3.4+ support)\n\n::\n\n # install via bioconda environment\n conda install -c bioconda ont-tombo\n\n # or install pip package (numpy install required before tombo for cython optimization)\n pip install numpy\n pip install ont-tombo[full]\n\n===========\nQuick Start\n===========\n\nThis quick start guides the steps to perform some common modified base detection analyses using the Tombo command line interface.\n\nThe first step in any Tombo analysis is to re-squiggle (raw signal to reference sequence alignment) raw nanopore reads. This creates an index and stores the information necessary to perform downstream analyses.\n\nIn this example, an E. coli sample is tested for dam and dcm methylation (CpG model also available for human analysis). Using these results, raw signal is plotted at the most significantly modified dcm positions and the dam modified base predictions are output to a `wiggle `_ file for use in downstream processing or visualization in a genome browser.\n\n::\n\n tombo resquiggle path/to/fast5s/ genome.fasta --processes 4 --num-most-common-errors 5\n tombo detect_modifications alternative_model --fast5-basedirs path/to/fast5s/ \\\n --statistics-file-basename native.e_coli_sample \\\n --alternate-bases dam dcm --processes 4\n\n # plot raw signal at most significant dcm locations\n tombo plot most_significant --fast5-basedirs path/to/fast5s/ \\\n --statistics-filename native.e_coli_sample.dcm.tombo.stats \\\n --plot-standard-model --plot-alternate-model dcm \\\n --pdf-filename sample.most_significant_dcm_sites.pdf\n\n # produces wig file with estimated fraction of modified reads at each valid reference site\n tombo text_output browser_files --statistics-filename native.e_coli_sample.dam.tombo.stats \\\n --file-types dampened_fraction --browser-file-basename native.e_coli_sample.dam\n # also produce successfully processed reads coverage file for reference\n tombo text_output browser_files --fast5-basedirs path/to/fast5s/ \\\n --file-types coverage --browser-file-basename native.e_coli_sample\n\nWhile motif models (``CpG``, ``dcm`` and ``dam``; most accurate) and all-context specific alternate base models (``5mC`` and ``6mA``; more accurate) are preferred, Tombo also allows users to investigate other or even unknown base modifications.\n\nHere are two example commands running the ``de_novo`` method (detect deviations from expected cannonical signal levels) and the ``level_sample_compare`` method (detect deviation in signal levels between two samples of interest; works best with high coverage).\n\n::\n\n tombo detect_modifications de_novo --fast5-basedirs path/to/fast5s/ \\\n --statistics-file-basename sample.de_novo_detect --processes 4\n tombo text_output browser_files --statistics-filename sample.de_novo_detect.tombo.stats \\\n --browser-file-basename sample.de_novo_detect --file-types dampened_fraction\n\n tombo detect_modifications level_sample_compare --fast5-basedirs path/to/fast5s/ \\\n --control-fast5-basedirs path/to/control/fast5s/ --minimum-test-reads 50 \\\n --processes 4 --statistics-file-basename sample.level_samp_comp_detect\n tombo text_output browser_files --statistics-filename sample.level_samp_comp_detect.tombo.stats \\\n --browser-file-basename sample.level_samp_comp_detect --file-types statistic\n\n..\n\n See more complete tutorials on the `documentation page `_.\n\n===\nRNA\n===\n\nAll Tombo commands work for direct RNA nanopore reads as well, but a transcriptome reference sequence must be provided for spliced transcripts.\n\nTips for processing direct RNA reads within the Tombo framework can be found in the `RNA section `_ of the detailed Tombo documentation.\n\n=====================\nFurther Documentation\n=====================\n\nRun ``tombo -h`` to see all Tombo command groups and run ``tombo [command-group] -h`` to see all commands within each group.\n\nDetailed documentation for all Tombo commands and algorithms can be found on the `tombo documentation page `_.\n\n========\nCitation\n========\n\nStoiber, M.H. et al. De novo Identification of DNA Modifications Enabled by Genome-Guided Nanopore Signal Processing. bioRxiv (2016).\n\nhttp://biorxiv.org/content/early/2017/04/10/094672\n\n============\nKnown Issues\n============\n\n- The Tombo conda environment (especially with python 2.7) may have installation issues.\n\n + Tombo works best in python 3.4+, so many problems can be solved by upgrading python.\n + If installed using conda:\n\n - Ensure the most recent version of conda is installed (``conda update -n root conda``).\n - It is recommended to set conda channels as described for `bioconda `_.\n - Run ``conda update --all``.\n + In python 2.7 there is an issue with the conda scipy.stats package. Down-grading to version 0.17 fixes this issue.\n + In python 2.7 there is an issue with the conda h5py package. Down-grading to version <=2.7.0 fixes this issue.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nanoporetech/tombo", "keywords": "nanopore high-throughput sequencing correction genome", "license": "mpl-2.0", "maintainer": "", "maintainer_email": "", "name": "ont-tombo", "package_url": "https://pypi.org/project/ont-tombo/", "platform": "", "project_url": "https://pypi.org/project/ont-tombo/", "project_urls": { "Homepage": "https://github.com/nanoporetech/tombo" }, "release_url": "https://pypi.org/project/ont-tombo/1.5/", "requires_dist": null, "requires_python": "", "summary": "Analysis of raw nanopore sequencing data.", "version": "1.5" }, "last_serial": 4368588, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4e2b0cfab626608a21bc712b33cf3feb", "sha256": "e70ed59a3a482af5e54b29254e68de67f6d998a256a137b57868732b78df3d1e" }, "downloads": -1, "filename": "ont-tombo-1.0.tar.gz", "has_sig": false, "md5_digest": "4e2b0cfab626608a21bc712b33cf3feb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 233489, "upload_time": "2017-12-05T01:22:11", "url": "https://files.pythonhosted.org/packages/e7/2d/55319504ce72ce29af3054338b468c75424f0317d85353add5518656a685/ont-tombo-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f0f9a9a0e7f4ebd1b930d89dfa067456", "sha256": "b3ebae6aac33c209c4f3cebedd87a80273fcfe6863b3ce601b1f4e29999ca9c5" }, "downloads": -1, "filename": "ont-tombo-1.1.tar.gz", "has_sig": false, "md5_digest": "f0f9a9a0e7f4ebd1b930d89dfa067456", "packagetype": "sdist", "python_version": "source", "requires_python": "<3", "size": 238146, "upload_time": "2017-12-15T00:54:10", "url": "https://files.pythonhosted.org/packages/40/c6/84800cb4fe3e1413ccb6d33942071c10d92ff75d0c7a0a4fd83fada66fa0/ont-tombo-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "da345ac334cb037bfb91853b52384d03", "sha256": "59b85b8ad54dce36c5075c2f1dbdeb7bc8259291e099222385187df9c653bf2f" }, "downloads": -1, "filename": "ont-tombo-1.1.1.tar.gz", "has_sig": false, "md5_digest": "da345ac334cb037bfb91853b52384d03", "packagetype": "sdist", "python_version": "source", "requires_python": "<3", "size": 241314, "upload_time": "2017-12-21T22:46:26", "url": "https://files.pythonhosted.org/packages/de/d9/d4fb17bb0b0387d653cdbbc824287198ab5d1f254daebf9cfb48410949c8/ont-tombo-1.1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "381cd8b110761072e25b0cfaaa765333", "sha256": "2d22bb94a590a56bfac5286ca00079f6bf36065218a96467601a0c7fd2ab79c1" }, "downloads": -1, "filename": "ont-tombo-1.2.tar.gz", "has_sig": false, "md5_digest": "381cd8b110761072e25b0cfaaa765333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 251341, "upload_time": "2018-02-13T00:42:54", "url": "https://files.pythonhosted.org/packages/be/37/cbc448402b832307c88ff1748c9b5559d30b608f4208b0f6eceda850c678/ont-tombo-1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "ecf1a02f067a33b7e4500a041a61ce62", "sha256": "dd3eb21b411d988bad4210705263e5abb272c08edf43a44c433d7e9da62acd74" }, "downloads": -1, "filename": "ont_tombo-1.2.1-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ecf1a02f067a33b7e4500a041a61ce62", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 373796, "upload_time": "2018-03-12T20:49:11", "url": "https://files.pythonhosted.org/packages/e1/ba/a16434bb9e9b0f290ab8b527bca4ade04208bb4f4e1e3b27555743e0980c/ont_tombo-1.2.1-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f81c21c68b986f1af5b81776a3eea600", "sha256": "24b183ce903f0531869d5951eb3ebc12af59198ca0218a1895ad518b92147b6c" }, "downloads": -1, "filename": "ont-tombo-1.2.1.tar.gz", "has_sig": false, "md5_digest": "f81c21c68b986f1af5b81776a3eea600", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 257272, "upload_time": "2018-03-12T20:49:09", "url": "https://files.pythonhosted.org/packages/f4/12/90fd0f31f96949f60e9e4fafc753752eee95e72da3dc5e953a00081ecec3/ont-tombo-1.2.1.tar.gz" } ], "1.2.1.2": [ { "comment_text": "", "digests": { "md5": "ef5ab98e84fa8529d3ae5217054015f8", "sha256": "aef460217ca3efed955c89c83c35933c1b53cc44991306743f4f54dfd146bb91" }, "downloads": -1, "filename": "ont_tombo-1.2.1.2-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ef5ab98e84fa8529d3ae5217054015f8", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 370833, "upload_time": "2018-04-12T13:49:34", "url": "https://files.pythonhosted.org/packages/f6/62/a366076d3b4822e624ea23c4bed20ea5eb63493d93e014577d3d1d8b8c8f/ont_tombo-1.2.1.2-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "06fc084960aeb7c4ce142282fe26eff0", "sha256": "97d80c11aab7766496ed8c0b08df9c6757618b9eb0f5f6e1324867d1c7418174" }, "downloads": -1, "filename": "ont-tombo-1.2.1.2.tar.gz", "has_sig": false, "md5_digest": "06fc084960aeb7c4ce142282fe26eff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 257674, "upload_time": "2018-04-12T13:49:37", "url": "https://files.pythonhosted.org/packages/6a/3c/b43b55d6abfff14deb2ed54c295f94c3079e1783d8213b002a4bda9b55b9/ont-tombo-1.2.1.2.tar.gz" } ], "1.2.1a0": [ { "comment_text": "", "digests": { "md5": "7602b2c55f6a204ed637288934f69a8e", "sha256": "3ac4e670125307998b49877686a8553d63ee7b0d04e4da2ded5f1ed2c1340439" }, "downloads": -1, "filename": "ont_tombo-1.2.1a0-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "7602b2c55f6a204ed637288934f69a8e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 373826, "upload_time": "2018-03-13T15:03:14", "url": "https://files.pythonhosted.org/packages/c3/62/e4f54f4c3e3a2be48758fed9b7dfffc47d286cdda07b2f739da90f06511e/ont_tombo-1.2.1a0-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9ccb3c9d488023c561a3006939bda7e6", "sha256": "22ce248ca50d7c27774d1a541a1c95959e3a220d27817e97be49f9d5d78962b3" }, "downloads": -1, "filename": "ont-tombo-1.2.1a0.tar.gz", "has_sig": false, "md5_digest": "9ccb3c9d488023c561a3006939bda7e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 257313, "upload_time": "2018-03-13T15:03:12", "url": "https://files.pythonhosted.org/packages/07/62/c503bb695b3bd7b5c7d9911b9c56435788cf7139944bfb713e7dcb92b75b/ont-tombo-1.2.1a0.tar.gz" } ], "1.2.1b0": [ { "comment_text": "", "digests": { "md5": "69980318fc6c4100818c5eaf17a61358", "sha256": "9ef105941eb31f8c520ecb8d89014f79d23d59a41066769c732f0cae370dccec" }, "downloads": -1, "filename": "ont_tombo-1.2.1b0-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "69980318fc6c4100818c5eaf17a61358", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 374169, "upload_time": "2018-03-20T19:46:17", "url": "https://files.pythonhosted.org/packages/81/3a/0ab4d5c4d3f3c4e20255f01c366c48144c38e277248c27ba89d9912e6f47/ont_tombo-1.2.1b0-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c549d71a73ae2a6af2f2c05031dc76da", "sha256": "210aa142c3203f7aa074ef22e1769d29f0f5d30bb1d38c176583ab1cc9bf5d18" }, "downloads": -1, "filename": "ont-tombo-1.2.1b0.tar.gz", "has_sig": false, "md5_digest": "c549d71a73ae2a6af2f2c05031dc76da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 257658, "upload_time": "2018-03-20T19:46:14", "url": "https://files.pythonhosted.org/packages/81/9b/a2fa6895eb5db35a8054ef8735bdf0590d9c137155db28dfe04ae5915665/ont-tombo-1.2.1b0.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "8990c0f08c070580c05c495f77b75874", "sha256": "760df619fd366cfd1d7a61ac38a9d9d5aff8e1e118b78515ba7abf475346375c" }, "downloads": -1, "filename": "ont_tombo-1.3-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8990c0f08c070580c05c495f77b75874", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 410611, "upload_time": "2018-05-23T21:18:05", "url": "https://files.pythonhosted.org/packages/95/c5/7bb569c6bc964bb6dcb4d01a59994fe70b98e8e0800fb18206d8a00fda3d/ont_tombo-1.3-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "849bd22b0563d0c3f682f8ccdcf5b49a", "sha256": "342fc5e127a0ca0cf5a5b2707d7c0e2eb12c4e321cce55917342dc17a4ff9569" }, "downloads": -1, "filename": "ont-tombo-1.3.tar.gz", "has_sig": false, "md5_digest": "849bd22b0563d0c3f682f8ccdcf5b49a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290036, "upload_time": "2018-05-23T21:18:09", "url": "https://files.pythonhosted.org/packages/9f/83/d1cd8129d8a6ef1d6abd430402686468daafd56ca6c699f7f57095cae311/ont-tombo-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "30e544de4d271646beeadadb64247f35", "sha256": "3f59fbf27223a5302e2e58d9a18f98be31b23dc7276d9e2dbbbca94d3b955618" }, "downloads": -1, "filename": "ont_tombo-1.4-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "30e544de4d271646beeadadb64247f35", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 451242, "upload_time": "2018-08-01T18:01:37", "url": "https://files.pythonhosted.org/packages/25/1f/e44c795146aed105b7f0d2e0216e2cf58bc945911959e30e32f77d448ab6/ont_tombo-1.4-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "07e6cef99504f424848712486fe8eb17", "sha256": "30029ca6fdc866918b56bdd9d41636bec1d055f82ff593e07acac0fe02d035f9" }, "downloads": -1, "filename": "ont-tombo-1.4.tar.gz", "has_sig": false, "md5_digest": "07e6cef99504f424848712486fe8eb17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 314233, "upload_time": "2018-08-01T18:01:39", "url": "https://files.pythonhosted.org/packages/05/b5/3bc4c9a54ba3ee6bf0faa9b5fdc335bac39bb7c8b13d46fafb16152ab977/ont-tombo-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "96a71745c3cf7dc5b3a70ccb15a41429", "sha256": "f670938b86e8c24db4d3e2826f7b8befc29ac02e49855910c358610b52c321d8" }, "downloads": -1, "filename": "ont_tombo-1.5-cp27-cp27m-macosx_10_13_intel.whl", "has_sig": false, "md5_digest": "96a71745c3cf7dc5b3a70ccb15a41429", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 630979, "upload_time": "2018-10-12T13:06:57", "url": "https://files.pythonhosted.org/packages/08/48/aee376c44b225b1593cd58d614777afe5dafbe7670a63f14d375e483718c/ont_tombo-1.5-cp27-cp27m-macosx_10_13_intel.whl" }, { "comment_text": "", "digests": { "md5": "faba87ec26c85b57c491e49066a71ce4", "sha256": "a40a97acf7df2ee74614d9b2ab06bcdc3766a52f90fbb1f87a1b2211f7557cef" }, "downloads": -1, "filename": "ont-tombo-1.5.tar.gz", "has_sig": false, "md5_digest": "faba87ec26c85b57c491e49066a71ce4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 376561, "upload_time": "2018-10-12T13:07:04", "url": "https://files.pythonhosted.org/packages/e2/8b/7ff648f05067a806828422834ef489b808df2aa983813f2fd354903a9303/ont-tombo-1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "96a71745c3cf7dc5b3a70ccb15a41429", "sha256": "f670938b86e8c24db4d3e2826f7b8befc29ac02e49855910c358610b52c321d8" }, "downloads": -1, "filename": "ont_tombo-1.5-cp27-cp27m-macosx_10_13_intel.whl", "has_sig": false, "md5_digest": "96a71745c3cf7dc5b3a70ccb15a41429", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 630979, "upload_time": "2018-10-12T13:06:57", "url": "https://files.pythonhosted.org/packages/08/48/aee376c44b225b1593cd58d614777afe5dafbe7670a63f14d375e483718c/ont_tombo-1.5-cp27-cp27m-macosx_10_13_intel.whl" }, { "comment_text": "", "digests": { "md5": "faba87ec26c85b57c491e49066a71ce4", "sha256": "a40a97acf7df2ee74614d9b2ab06bcdc3766a52f90fbb1f87a1b2211f7557cef" }, "downloads": -1, "filename": "ont-tombo-1.5.tar.gz", "has_sig": false, "md5_digest": "faba87ec26c85b57c491e49066a71ce4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 376561, "upload_time": "2018-10-12T13:07:04", "url": "https://files.pythonhosted.org/packages/e2/8b/7ff648f05067a806828422834ef489b808df2aa983813f2fd354903a9303/ont-tombo-1.5.tar.gz" } ] }