Remove contig classification data from an anvi'o contigs database.
🔙 To the main page of anvi’o programs and artifacts.
contigs-db
contig-classification ![]()
This program does not seem to provide any artifacts. Such programs usually print out some information for you to see or alter some anvi’o artifacts without producing any immediate outputs.
This program removes contig-classification data from a contigs-db.
You must provide --just-do-it to confirm the deletion — this is a destructive operation and cannot be undone. For safety, we haven’t included the --just-do-it flag in the example commands below.
To see what classification sources exist in a database before deleting:
anvi-delete-contig-classification -c contigs-db \ --list-contig-classification-sources
To delete data from a specific source:
anvi-delete-contig-classification -c contigs-db \ --source genomad
To delete ALL contig classification data from the database:
anvi-delete-contig-classification -c contigs-db
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.