{ "info": { "author": "Michal Hozza", "author_email": "mhozza@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "CovEst\n======\n\nTool that estimates coverage (and genome size) of dna sequence from\nreads.\n\n.. image:: https://badge.fury.io/py/covest.svg\n :target: https://badge.fury.io/py/covest\n.. image:: https://travis-ci.org/mhozza/covest.svg?branch=master\n :target: https://travis-ci.org/mhozza/covest\n\nRequirements\n------------\n- python 3.4+\n- python3-dev\n- gcc\n\nInstallation\n------------\nWe suggest to install *CovEst* in python3 virtual environment.\n\n``pip install covest``\n\nFor development:\n~~~~~~~~~~~~~~~~\n\n``pip install -e .`` from the project directory\n\nUsage\n-----\n\ntype ``covest --help`` for the usage.\n\nBasic Usage:\n~~~~~~~~~~~~\n``covest histogram -m model -k K -r read_length``\n\n- You can specify the read file using ``-s reads.fa`` parameter for more precise genome size computation.\n- default *K* is 21\n- default *read length* is 100\n- currently, the supported models are:\n\n - basic: for simple genomes without repeats\n - repeat: for genomes with repetitive sequences\n\nInput Histogram Specification:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nThe input histogram can be generated from the read data using `jellyfish `__.\n\n- ``jellyfish count -m K -C reads.fa -o table.jf``\n- ``jellyfish histo table.jf -o reads.hist``\n\nThe format of the histogram is just list of lines. Each lines contains an index and value separated by space.\n\nOutput Specification:\n~~~~~~~~~~~~~~~~~~~~~\nCovEst outputs it's results in simple subset of YAML format for best human readability and possibility of machine processing.\n\nThe output are lines containing ``key: value``. The most important keys are ``coverage`` and ``genome_size`` (or ``genome_size_reads`` if reads size was specified).\n\nOther included tools\n--------------------\n\n- ``geset.py`` tool for estimation genome size from reads size and known\n coverage\n- ``reads_size.py`` tool for computation of the total reads size\n- ``kmer_hist.py`` custom khmer histogram computation, it is much slower than other tools, so use it only if you have no other option.\n- ``read_sampler.py`` script for subsampling reads, useful if you have very high coverage data and want to make it smaller.\n- ``fasta_length.py`` get total length of all sequences in fasta file.\n\nCopyright and citation\n----------------------\n\nCovEst is licenced under `GNU GPLv3 `__ license.\n\nCovEst is research software, so you should cite us when you use it in scientific publications!\n Hozza, M., Vina\u0159, T., & Brejov\u00e1, B. (2015, September). How Big is that Genome? Estimating Genome Size and Coverage from k-mer Abundance Spectra. In String Processing and Information Retrieval (pp. 199-209). Springer International Publishing.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mhozza/covest", "keywords": "covest", "license": "GNU GPLv3", "maintainer": "", "maintainer_email": "", "name": "covest", "package_url": "https://pypi.org/project/covest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/covest/", "project_urls": { "Homepage": "https://github.com/mhozza/covest" }, "release_url": "https://pypi.org/project/covest/0.5.6/", "requires_dist": null, "requires_python": "", "summary": "Covest estimates the coverage and genome size, just from k-mer abundance histogram computed from DNA sequences reads.", "version": "0.5.6" }, "last_serial": 2597975, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9e4704408ee2e49c4e6dd5f65ca93d3c", "sha256": "bafdca7466d704bc796eaff4890cd48a40e54ec0c1f8679e72c2f1b478b612b4" }, "downloads": -1, "filename": "covest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9e4704408ee2e49c4e6dd5f65ca93d3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35545, "upload_time": "2016-04-21T13:19:16", "url": "https://files.pythonhosted.org/packages/55/37/9f65bed68067d94b55d91dbeef1f36dec7f6b39229affb7a251cbf601e47/covest-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3a12434161804dab550bb14b4515132c", "sha256": "faa55788267f28c4dbf927aa2dd680732d5a814a9cb71338583c6d32f9a4ff37" }, "downloads": -1, "filename": "covest-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3a12434161804dab550bb14b4515132c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35549, "upload_time": "2016-04-21T15:08:38", "url": "https://files.pythonhosted.org/packages/79/74/18bbf24452e5f659c49be7aaef032d8a1b6f7b5a40ede143e7417851befc/covest-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "35b62e776e482878897d4e44f9bb37a8", "sha256": "e9ac23af88d7e9163299336f0427b7702d8b84394fe4a995255677807f7f76be" }, "downloads": -1, "filename": "covest-0.2.0.tar.gz", "has_sig": false, "md5_digest": "35b62e776e482878897d4e44f9bb37a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39271, "upload_time": "2016-05-11T08:29:38", "url": "https://files.pythonhosted.org/packages/ea/b0/87947cca0abea19139727aafb5060b8a85e17200d4e7cff7b02b4cc9cab7/covest-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "8b5f72186d95e4ffc1aaf3260b0cdf7b", "sha256": "f207ebea210298614eef2f6c739ad172272f27434a38925053874ad7a4cf866f" }, "downloads": -1, "filename": "covest-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8b5f72186d95e4ffc1aaf3260b0cdf7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40771, "upload_time": "2016-05-11T08:28:47", "url": "https://files.pythonhosted.org/packages/59/8b/50d881b3e5046583f38c0d3340742d5dc9a17556a8a2120b841a6c418af3/covest-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "93aa4c18d100c627dd7bbf780dbfaf90", "sha256": "872a587b86dcb7e3613e49f0bef1e7f2901d9b52c845d6b79c96e8d9589094c4" }, "downloads": -1, "filename": "covest-0.4.0.tar.gz", "has_sig": false, "md5_digest": "93aa4c18d100c627dd7bbf780dbfaf90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38912, "upload_time": "2016-05-11T07:20:32", "url": "https://files.pythonhosted.org/packages/69/7e/11d0cb3a53af5704581b478f8add419ef4f2196da76dd6f6293298a62a61/covest-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "304d9d861605e964cc204b04006075ab", "sha256": "30da57f112f8b98bd3add2b4d9a23e353fa0824b6533c88d0665926e6a844ecf" }, "downloads": -1, "filename": "covest-0.4.1.tar.gz", "has_sig": false, "md5_digest": "304d9d861605e964cc204b04006075ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37579, "upload_time": "2016-05-11T08:04:45", "url": "https://files.pythonhosted.org/packages/73/fa/2f2f02809480f7f6f12b4246650b125fa32169487ebeb1501805d47872f2/covest-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "9272fb5a6c825d1f2444a807c4179abd", "sha256": "96d72937f686e2c5159854b83e6f924216f4e5f92f37bbba16222ae24652d132" }, "downloads": -1, "filename": "covest-0.4.2.tar.gz", "has_sig": false, "md5_digest": "9272fb5a6c825d1f2444a807c4179abd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37612, "upload_time": "2016-05-11T09:47:22", "url": "https://files.pythonhosted.org/packages/d2/67/49ccd60827ee3b5916f3ea984edc4f8b6d6dd5f7aa53d591fe801c1f4c80/covest-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "adc3f3957332400b519fbe0e3261aa6f", "sha256": "489c34aaba3409d329d2af51a00eb36518443914465b96392d652674bf05b25d" }, "downloads": -1, "filename": "covest-0.4.3.tar.gz", "has_sig": false, "md5_digest": "adc3f3957332400b519fbe0e3261aa6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38032, "upload_time": "2016-06-13T17:03:09", "url": "https://files.pythonhosted.org/packages/58/61/8c765f626807a68779c036fcaa6549e014bdc01d731ed2a20902b0d70286/covest-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "80d24f79b4b191cbd0d4d1f789b7782e", "sha256": "47f48e1620826b0482643df8c26e7774f46b29f2750afc7f1e3a196f7e332414" }, "downloads": -1, "filename": "covest-0.4.4.tar.gz", "has_sig": false, "md5_digest": "80d24f79b4b191cbd0d4d1f789b7782e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38375, "upload_time": "2016-06-13T18:33:30", "url": "https://files.pythonhosted.org/packages/fa/ff/8c96a218056ec7adfd5fb251b89e4171c5260d5e2d61aeb36df67743b202/covest-0.4.4.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "6df0e0c1a67ba4d48379f68c5b0ff7e8", "sha256": "5ca577c07913c2826bc035065c5007332c398106b24a8ad9a39db153354b7cd9" }, "downloads": -1, "filename": "covest-0.5.0.tar.gz", "has_sig": false, "md5_digest": "6df0e0c1a67ba4d48379f68c5b0ff7e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37843, "upload_time": "2016-06-14T13:38:56", "url": "https://files.pythonhosted.org/packages/48/42/5829076cd7d9d0d687a6fc903cf965a4049039bccc286d07c71385167aef/covest-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "aafa00b872cb275369b6f33638b5ec32", "sha256": "8fcdda32706ac80296fe1a52318f7c3ed45fab4713493140a87714a8dfbe8778" }, "downloads": -1, "filename": "covest-0.5.1.tar.gz", "has_sig": false, "md5_digest": "aafa00b872cb275369b6f33638b5ec32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37963, "upload_time": "2016-06-21T10:00:06", "url": "https://files.pythonhosted.org/packages/43/b8/06f42aee5d23732572f50e05cdee7c0e1a9c2c711ddbd8a5eaceaca109b1/covest-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "da7a125f408df0cea8f4657fd08ade2c", "sha256": "96c8ce701e26e502e880d984efed54d0e78a5655f835f48fa7448bc1fd09e8d9" }, "downloads": -1, "filename": "covest-0.5.2.tar.gz", "has_sig": false, "md5_digest": "da7a125f408df0cea8f4657fd08ade2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38182, "upload_time": "2016-06-29T18:19:13", "url": "https://files.pythonhosted.org/packages/5f/95/c150a4129d63cb9370bd2b02139e3b68fadb2c244136f6b556c606b5ce5b/covest-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "0329958df6ce6377501e21bf29d9e08c", "sha256": "f716a92c2e7f028eac5766f2856f906913a0cb3f1a04af3fde606d1a8b206c47" }, "downloads": -1, "filename": "covest-0.5.3.tar.gz", "has_sig": false, "md5_digest": "0329958df6ce6377501e21bf29d9e08c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38315, "upload_time": "2016-07-22T09:10:24", "url": "https://files.pythonhosted.org/packages/a9/51/75c98d9322c0c5641137cb4d2554310fa574e13e42ded03cb3efc816dd67/covest-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "5ef4f887afa2dfae281a8b8fdd89ce64", "sha256": "bfd7f9f3c0ec1c350dea8ad452cd5d6f66b1eab40da5cecd1290f201e1764a0f" }, "downloads": -1, "filename": "covest-0.5.4.tar.gz", "has_sig": false, "md5_digest": "5ef4f887afa2dfae281a8b8fdd89ce64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38320, "upload_time": "2016-07-24T16:42:43", "url": "https://files.pythonhosted.org/packages/87/51/a362d910ebf96313fe4909967f4aef33eb132cd468168d3ebcca79d7c717/covest-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "227393fa604c6484c2e4772356c93643", "sha256": "9a6eb0700c0f89944aff3e5b58fe62c5fb6a21ba5bdbf41280e217cf6dd5669b" }, "downloads": -1, "filename": "covest-0.5.5.tar.gz", "has_sig": false, "md5_digest": "227393fa604c6484c2e4772356c93643", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40473, "upload_time": "2017-01-24T12:33:56", "url": "https://files.pythonhosted.org/packages/1b/a4/6bea45da977218e3c75be66f8030f41e0ee1b0b3b9064875db04e1141453/covest-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "da89543c749ad431e2057170786fdfbf", "sha256": "9930b815befddbe0e542957cd225b21374b0dc3b497b8a8fba4ccae75f5f4e11" }, "downloads": -1, "filename": "covest-0.5.6.tar.gz", "has_sig": false, "md5_digest": "da89543c749ad431e2057170786fdfbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40446, "upload_time": "2017-01-25T17:40:40", "url": "https://files.pythonhosted.org/packages/ed/a0/6e1fec077dd34f845791685ce72a456818a55fef1cfc85d230c4d6cb539e/covest-0.5.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da89543c749ad431e2057170786fdfbf", "sha256": "9930b815befddbe0e542957cd225b21374b0dc3b497b8a8fba4ccae75f5f4e11" }, "downloads": -1, "filename": "covest-0.5.6.tar.gz", "has_sig": false, "md5_digest": "da89543c749ad431e2057170786fdfbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40446, "upload_time": "2017-01-25T17:40:40", "url": "https://files.pythonhosted.org/packages/ed/a0/6e1fec077dd34f845791685ce72a456818a55fef1cfc85d230c4d6cb539e/covest-0.5.6.tar.gz" } ] }