.. image:: https://raw.githubusercontent.com/rbturnbull/corgi/main/docs/images/corgi-banner.jpg
.. start-badges
|pypi badge| |testing badge| |coverage badge| |docs badge| |black badge| |git3moji badge| |torchapp badge|
.. |pypi badge| image:: https://img.shields.io/pypi/v/bio-corgi?color=blue
:alt: PyPI - Version
:target: https://pypi.org/project/bio-corgi/
.. |testing badge| image:: https://github.com/rbturnbull/corgi/actions/workflows/testing.yml/badge.svg
:target: https://github.com/rbturnbull/corgi/actions
.. |docs badge| image:: https://github.com/rbturnbull/corgi/actions/workflows/docs.yml/badge.svg
:target: https://rbturnbull.github.io/corgi
.. |black badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. |coverage badge| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/rbturnbull/ee1b52dd314d6441e0aabc0e1e50dc2c/raw/coverage-badge.json
:target: https://rbturnbull.github.io/corgi/coverage/
.. |git3moji badge| image:: https://img.shields.io/badge/git3moji-%E2%9A%A1%EF%B8%8F%F0%9F%90%9B%F0%9F%93%BA%F0%9F%91%AE%F0%9F%94%A4-fffad8.svg
:target: https://robinpokorny.github.io/git3moji/
.. |torchapp badge| image:: https://img.shields.io/badge/torch-app-B1230A.svg
:target: https://rbturnbull.github.io/torchapp/
.. end-badges
.. start-quickstart
Installation
============
The software can be installed using ``pip``
.. code-block:: bash
pip install bio-corgi
.. warning ::
Do not try just ``pip install corgi`` because that is a different package.
To install the latest version from the repository, you can use this command:
.. code-block:: bash
pip install git+https://github.com/rbturnbull/corgi.git
.. note ::
Soon corgi will be able to be installed using conda.
Usage
============
To make predictions, run the ``corgi`` command line tool:
.. code-block:: bash
corgi --input <input seq file> --output-csv <output csv file>
The input can be a FASTA file, a GenBank file, or a FASTQ file. This can be GZipped or uncompressed.
It can also be a URL.
This will output all the predictions in a CSV file.
For more information about the other options, see the help with:
.. code-block:: bash
corgi --help
For help on training a model with corgi, run:
.. code-block:: bash
corgi-tools --help
.. end-quickstart
Credits
==================================
* `Robert Turnbull <https://robturnbull.com>`_
* VinÃcius Salazar
* Edoardo Tescari
* Heroen Verbruggen
With contributions from:
* Yuhao Tong
* Kamalpreet Singh
* Rafsan Al Mamun
* Diego Aranda Villarreal
Citation details to come.
* Created using torchapp (https://github.com/rbturnbull/torchapp)
Raw data
{
"_id": null,
"home_page": "https://github.com/rbturnbull/corgi",
"name": "bio-corgi",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.10",
"maintainer_email": null,
"keywords": "metagenomic classifier, tiara, DNA, bioinformatics, lightning, pytorch, deep learning, command-line interface",
"author": "Robert Turnbull",
"author_email": "robert.turnbull@unimelb.edu.au",
"download_url": "https://files.pythonhosted.org/packages/18/61/c222289e2ec114f3b6d28db17d6de421e7178c4aaa7eed866ec4ff4f4ccf/bio_corgi-0.5.1.tar.gz",
"platform": null,
"description": ".. image:: https://raw.githubusercontent.com/rbturnbull/corgi/main/docs/images/corgi-banner.jpg\n\n.. start-badges\n\n|pypi badge| |testing badge| |coverage badge| |docs badge| |black badge| |git3moji badge| |torchapp badge|\n\n.. |pypi badge| image:: https://img.shields.io/pypi/v/bio-corgi?color=blue\n :alt: PyPI - Version\n :target: https://pypi.org/project/bio-corgi/\n\n.. |testing badge| image:: https://github.com/rbturnbull/corgi/actions/workflows/testing.yml/badge.svg\n :target: https://github.com/rbturnbull/corgi/actions\n\n.. |docs badge| image:: https://github.com/rbturnbull/corgi/actions/workflows/docs.yml/badge.svg\n :target: https://rbturnbull.github.io/corgi\n \n.. |black badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n \n.. |coverage badge| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/rbturnbull/ee1b52dd314d6441e0aabc0e1e50dc2c/raw/coverage-badge.json\n :target: https://rbturnbull.github.io/corgi/coverage/\n\n.. |git3moji badge| image:: https://img.shields.io/badge/git3moji-%E2%9A%A1%EF%B8%8F%F0%9F%90%9B%F0%9F%93%BA%F0%9F%91%AE%F0%9F%94%A4-fffad8.svg\n :target: https://robinpokorny.github.io/git3moji/\n\n.. |torchapp badge| image:: https://img.shields.io/badge/torch-app-B1230A.svg\n :target: https://rbturnbull.github.io/torchapp/\n \n.. end-badges\n\n.. start-quickstart\n\nInstallation\n============\n\nThe software can be installed using ``pip``\n\n.. code-block:: bash\n\n pip install bio-corgi\n\n.. warning ::\n\n Do not try just ``pip install corgi`` because that is a different package.\n\nTo install the latest version from the repository, you can use this command:\n\n.. code-block:: bash\n\n pip install git+https://github.com/rbturnbull/corgi.git\n\n.. note ::\n\n Soon corgi will be able to be installed using conda.\n\nUsage\n============\n\nTo make predictions, run the ``corgi`` command line tool:\n\n.. code-block:: bash\n\n corgi --input <input seq file> --output-csv <output csv file>\n\nThe input can be a FASTA file, a GenBank file, or a FASTQ file. This can be GZipped or uncompressed. \nIt can also be a URL.\n\nThis will output all the predictions in a CSV file.\n\nFor more information about the other options, see the help with:\n\n.. code-block:: bash\n\n corgi --help\n\nFor help on training a model with corgi, run:\n\n.. code-block:: bash\n\n corgi-tools --help\n\n.. end-quickstart\n\n\nCredits\n==================================\n\n* `Robert Turnbull <https://robturnbull.com>`_\n* Vin\u00edcius Salazar\n* Edoardo Tescari\n* Heroen Verbruggen\n\nWith contributions from:\n\n* Yuhao Tong\n* Kamalpreet Singh\n* Rafsan Al Mamun\n* Diego Aranda Villarreal\n\nCitation details to come.\n\n* Created using torchapp (https://github.com/rbturnbull/torchapp)\n\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Classifier for ORganelle Genomes Inter alia",
"version": "0.5.1",
"project_urls": {
"Documentation": "https://rbturnbull.github.io/corgi/",
"Homepage": "https://github.com/rbturnbull/corgi",
"Repository": "https://github.com/rbturnbull/corgi"
},
"split_keywords": [
"metagenomic classifier",
" tiara",
" dna",
" bioinformatics",
" lightning",
" pytorch",
" deep learning",
" command-line interface"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e679bb478fa23962e71017db303b62ed5aef00d470ba6ed431714d9d7271835c",
"md5": "edd316419bf7e775b9cce83a4feefe33",
"sha256": "2f3c513e995ffada505c6a63b1db81bad718dc1e4ff39fcb2b9c3a3c95b5edb2"
},
"downloads": -1,
"filename": "bio_corgi-0.5.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "edd316419bf7e775b9cce83a4feefe33",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.10",
"size": 33394,
"upload_time": "2025-10-14T04:15:53",
"upload_time_iso_8601": "2025-10-14T04:15:53.285527Z",
"url": "https://files.pythonhosted.org/packages/e6/79/bb478fa23962e71017db303b62ed5aef00d470ba6ed431714d9d7271835c/bio_corgi-0.5.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1861c222289e2ec114f3b6d28db17d6de421e7178c4aaa7eed866ec4ff4f4ccf",
"md5": "82af1dfaca315414f9294b7422988690",
"sha256": "2d78ab8b6e807c47eb0e63bb8f2a4e065ae9d9a2b3a6a514169391b946e0723b"
},
"downloads": -1,
"filename": "bio_corgi-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "82af1dfaca315414f9294b7422988690",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.10",
"size": 29637,
"upload_time": "2025-10-14T04:15:54",
"upload_time_iso_8601": "2025-10-14T04:15:54.636800Z",
"url": "https://files.pythonhosted.org/packages/18/61/c222289e2ec114f3b6d28db17d6de421e7178c4aaa7eed866ec4ff4f4ccf/bio_corgi-0.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-14 04:15:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rbturnbull",
"github_project": "corgi",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "bio-corgi"
}