Skip to content
dparks1134 edited this page Sep 7, 2014 · 17 revisions

Typical Workflow

CheckM works on a directory of genome bins in FASTA format. By default, CheckM assumes these files end with the extension fna, though this can be changed with the –x flag. CheckM consists of a series of commands in order to support a number of different analyses and workflows. If you are in a rush to get started, the standard workflow for CheckM is:

> checkm lineage_wf <bin folder> <output folder>

Example Usage

Assume you have putative genomes in the directory /home/donovan/my_project/bins with fa as a the file extension and want to store the CheckM results in /home/donovan/my_project/checkm. Simply run:

> checkm lineage_wf -x fa /home/donovan/my_project/bins /home/donovan/my_project/checkm

Clone this wiki locally