mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Adds the --newick-output option to the obitaxonomy command
This commit is contained in:
@ -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.
|
||||
|
@ -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"),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user