anvi-run-ncbi-cogs [program]

This program runs NCBI's COGs to associate genes in an anvi'o contigs database with functions. COGs database was been designed as an attempt to classify proteins from completely sequenced genomes on the basis of the orthology concept..

Go back to the main page of anviā€™o programs and artifacts.

Can provide

functions

Can consume

contigs-db cogs-data

Usage

This program associates genes in your contigs-db with functions using NCBIā€™s Clusters of Orthologus Groups (COGs) database.

Before you run this program, youā€™ll have to set up the COGs database on your computer with the program anvi-setup-ncbi-cogs.

As mentioned above, the COGs database is no longer actively added to, so you might also want to consider using a separate database. As of yet, anviā€™o does not have a program to accesss the eggNOG database (but instructions to use this database to get and import function information are here), but does have the functionality to use the Pfams database (check out anvi-run-pfams for more information) and the KOfamKOALA database (see anvi-run-kegg-kofams).

To run, youā€™ll need to provide a contigs-db. If you stored the cogs-data that you got from running anvi-setup-ncbi-cogs in a custom location, youā€™ll need to provide that path as well. The output is a functions artifact.

anvi-run-ncbi-cogs -c contigs-db \ --cog-data-dir path/to/cogs-data

Without the flag --cog-data-dir, anviā€™o will just search in the default location.

By default, this program uses DIAMOND in the ā€œfastā€ setting for database searching. To instead run in ā€œsensitiveā€ mode, just call:

anvi-run-ncbi-cogs -c contigs-db \ --sensitive

You can also use blastp to search, by running:

anvi-run-ncbi-cogs -c contigs-db \ --search-with blastp

Edit this file to update this information.

Additional Resources

Are you aware of resources that may help users better understand the utility of this program? Please feel free to edit this file on GitHub. If you are not sure how to do that, find the __resources__ tag in this file to see an example.