mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Some typos
This commit is contained in:
@ -20,7 +20,7 @@ Its development is still in progress.
|
|||||||
|
|
||||||
- Correction of a bug when using paired sequence file with the **--out** option.
|
- Correction of a bug when using paired sequence file with the **--out** option.
|
||||||
|
|
||||||
- Correction of a bug in `obitag` when trying to annotate very short sequence of
|
- Correction of a bug in `obitag` when trying to annotate very short sequences of
|
||||||
4 bases or less.
|
4 bases or less.
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ var __output_fastjson_format__ = false
|
|||||||
var __output_fastobi_format__ = false
|
var __output_fastobi_format__ = false
|
||||||
|
|
||||||
var __no_progress_bar__ = false
|
var __no_progress_bar__ = false
|
||||||
var __compressed__ = false
|
|
||||||
var __skip_empty__ = false
|
var __skip_empty__ = false
|
||||||
|
|
||||||
var __output_file_name__ = "-"
|
var __output_file_name__ = "-"
|
||||||
|
@ -260,7 +260,7 @@ func CLIAssignTaxonomy(iterator obiiter.IBioSequence,
|
|||||||
if taxon != nil {
|
if taxon != nil {
|
||||||
j++
|
j++
|
||||||
} else {
|
} else {
|
||||||
log.Warnf("Taxid %d is not described in the taxonomy %s."+
|
log.Warnf("Taxid %s is not described in the taxonomy %s."+
|
||||||
" Sequence %s is discared from the reference database",
|
" Sequence %s is discared from the reference database",
|
||||||
seq.Taxid(), taxo.Name(), seq.Id())
|
seq.Taxid(), taxo.Name(), seq.Id())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user