Skip to content

Commit

Permalink
docs(#349): Update documentation to clarify custom_taxonomy_file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Oct 10, 2021
1 parent 40a25dd commit 38683e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gtdbtk/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ def __gtdbtk_classification_file(group):
def __custom_taxonomy_file(group):
group.add_argument('--custom_taxonomy_file', type=str, default=None,
help="file indicating custom taxonomy strings for user "
"genomes, that should contain any genomes belonging to the outgroup")
"genomes, that should contain any genomes belonging to the outgroup. "
"Format: GENOME_ID<TAB>d__;p__;c__;o__;f__;g__;s__")


def __prefix(group):
Expand Down

0 comments on commit 38683e5

Please sign in to comment.