mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-07-19 01:40:46 +00:00
Debug on taxonomy extraction and CSV conversion
This commit is contained in:
@@ -26,7 +26,7 @@ func (taxonomy *Taxonomy) OrDefault(panicOnNil bool) *Taxonomy {
|
||||
return taxonomy
|
||||
}
|
||||
|
||||
func IsDefaultTaxonomyDefined() bool {
|
||||
func HasDefaultTaxonomyDefined() bool {
|
||||
return __defaut_taxonomy__ != nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user