mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
add an option alias -O for the old obi format
This commit is contained in:
@ -54,6 +54,7 @@ func OutputOptionSet(options *getoptions.GetOpt) {
|
||||
options.BoolVar(&__output_fastjson_format__, "output-json-header", false,
|
||||
options.Description("output FASTA/FASTQ title line annotations follow json format."))
|
||||
options.BoolVar(&__output_fastobi_format__, "output-OBI-header", false,
|
||||
options.Alias("O"),
|
||||
options.Description("output FASTA/FASTQ title line annotations follow OBI format."))
|
||||
|
||||
options.BoolVar(&__output_solexa_quality__, "solexa-output", false,
|
||||
|
@ -29,7 +29,6 @@ func PairingOptionSet(options *getoptions.GetOpt) {
|
||||
options.Alias("D"),
|
||||
options.Description("Length added to the fast detected overlap for the precise alignement"))
|
||||
options.IntVar(&_MinOverlap, "min-overlap", _MinOverlap,
|
||||
options.Alias("O"),
|
||||
options.Description("Minimum ovelap between both the reads to consider the aligment"))
|
||||
options.Float64Var(&_MinIdentity, "min-identity", _MinIdentity,
|
||||
options.Alias("X"),
|
||||
|
Reference in New Issue
Block a user