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:
@@ -386,7 +386,7 @@ func (taxonomy *Taxonomy) InsertPathString(path []string) (*Taxonomy, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
root.SetName(scientific_name, "scientificName")
|
||||
root.SetName(scientific_name, "scientific name")
|
||||
}
|
||||
|
||||
var current *Taxon
|
||||
|
Reference in New Issue
Block a user