Adds the --newick-output option to the obitaxonomy command

This commit is contained in:
Eric Coissac
2025-03-14 14:24:12 +01:00
parent 8448783499
commit 8b379d30da
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import (
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "d1c31c5"
var _Commit = "8448783"
var _Version = "Release 4.4.0"
// Version returns the version of the obitools package.

View File

@ -78,7 +78,7 @@ func OptionSet(options *getoptions.GetOpt) {
options.BoolVar(&__extract_taxonomy__, "extract-taxonomy", __extract_taxonomy__,
options.Description("Extract taxonomy from a sequence file"),
)
options.BoolVar(&__newick__, "newick", __newick__,
options.BoolVar(&__newick__, "newick-output", __newick__,
options.Description("Format the resulting taxonomy as a newick tree"),
)