/corgi

Classifier for ORGanelles (Inter alia)

Primary LanguagePythonApache License 2.0Apache-2.0

testing badge coverage badge docs badge black badge git3moji badge torchapp badge

Installation

The software can be installed using pip

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:

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:

corgi --fasta <input fasta file> --output-csv <results>

For more information about the other options, see the help with:

corgi --help

For help on training a model with corgi, run:

corgi-train --help

Credits