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..
š To the main page of anviāo programs and artifacts.
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.
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.
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.