{ "info": { "author": "Michael Barton", "author_email": "mail@michaelbarton.me.uk", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "GAET\n====\n\nGene-based assembly evaluation tool - evaluate a single assembly or\ncompare two assemblies using their annotations.\n\nGetting Started\n---------------\n\n::\n\n pip install [--user] gaet\n\n gaet assembly.gff\n gaet --reference reference.gff assembly.gff\n\nGaet is written in python 3. If you would prefer, there is a `precompiled\nversion of gaet`_ which runs on Linux systems.\n\n.. _precompiled version of gaet: https://s3-us-west-1.amazonaws.com/gaet/releases/latest.tar.xz\n\nDocumentation\n-------------\n\nSee `gaet(1)`_ for a description of how to run gaet. See `gaet-format(5)`_\nfor a description of the output metrics generated by gaet.\n\n.. _gaet(1): https://gitlab.com/michaelbarton/gaet/blob/master/doc/src/gaet.1.md\n.. _gaet-format(5): https://gitlab.com/michaelbarton/gaet/blob/master/doc/src/gaet-format.5.md\n\nRunning the tests\n-----------------\n\nGaet has both unit tests and feature tests. The unit tests check individual\npython functions within the code. The feature tests are run against the\ncompiled version of gaet and ensure the program works as a whole.\n\n::\n\n make test\n make feature\n\nUpon a successful pull request onto the master branch, where all tests\npass, a new version of gaet will be released to pypi, and a new precompiled\nversion released to S3.\n\nBuilt With\n----------\n\n- `funcy `__ - functional\n programming for python\n- `gffutils `__ - Utilities for\n accessing GFF data\n- `pyfaidx `__ - Accessing\n substrings of FASTA data\n- `ruamel.yaml `__ - actively\n maintained YAML parsing for python\n\nAuthors\n-------\n\n- `Michael Barton `__\n\nLicense\n-------\n\nThis project is licensed under the BSD License - see the\n`LICENSE.txt `__ file for details.\n\nSee also\n--------\n\n- `QUAST `__- check the completeness of\n an assembly or compare with a reference using size metrics such\n nga50.\n\n- `checkm `__ - checks the\n completeness of an assembly using the expectation of certain\n essential genes.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/michaelbarton/gaet/", "keywords": "genomics bioinformatics sequencing assembly", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "gaet", "package_url": "https://pypi.org/project/gaet/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gaet/", "project_urls": { "Homepage": "https://gitlab.com/michaelbarton/gaet/" }, "release_url": "https://pypi.org/project/gaet/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "Evaluate the quality of a genome assembly based on annotated genes", "version": "0.3.0" }, "last_serial": 2724573, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "67efd44d56edf7ea1704b914190e20a3", "sha256": "35b9beaa9b7a0bc5d5d12d0185b2552a6091c6f8750f542d7b4fa3635c4ad67b" }, "downloads": -1, "filename": "gaet-0.3.0.tar.gz", "has_sig": false, "md5_digest": "67efd44d56edf7ea1704b914190e20a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9879, "upload_time": "2017-03-22T23:16:26", "url": "https://files.pythonhosted.org/packages/45/04/b3a13c657ff9b1788330358eec2ebd798cf930cb474dd900ad416d10f963/gaet-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "67efd44d56edf7ea1704b914190e20a3", "sha256": "35b9beaa9b7a0bc5d5d12d0185b2552a6091c6f8750f542d7b4fa3635c4ad67b" }, "downloads": -1, "filename": "gaet-0.3.0.tar.gz", "has_sig": false, "md5_digest": "67efd44d56edf7ea1704b914190e20a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9879, "upload_time": "2017-03-22T23:16:26", "url": "https://files.pythonhosted.org/packages/45/04/b3a13c657ff9b1788330358eec2ebd798cf930cb474dd900ad416d10f963/gaet-0.3.0.tar.gz" } ] }