Skip to content

Commit c8adbc9

Browse files
authored
Update classify_wf.rst
1 parent 38223c1 commit c8adbc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/commands/classify_wf.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The classify workflow can be run as follows:
4141

4242
.. code-block:: bash
4343
44-
gtdbtk classify_wf --genome_dir <my_genomes> --out_dir <output_dir>
44+
gtdbtk classify_wf --genome_dir <my_genomes> --out_dir <output_dir> (--skip_ani_screen OR --mash_db)
4545
4646
This will process all genomes in the directory <my_genomes> using both bacterial and archaeal marker sets and place the results in <output_dir>. Genomes must be in FASTA format (gzip with the extension .gz is acceptable).
4747
The location of genomes can also be specified using a batch file with the ``--batchfile`` flag. The batch file is a two column file indicating the location of each genome and the desired genome identifier
@@ -76,7 +76,7 @@ Input
7676

7777
.. code-block:: bash
7878
79-
gtdbtk classify_wf --genome_dir genomes/ --out_dir classify_wf_out --cpus 3
79+
gtdbtk classify_wf --genome_dir genomes/ --out_dir classify_wf_out --cpus 3 (--skip_ani_screen OR --mash_db)
8080
8181
8282

0 commit comments

Comments
 (0)