mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 00:30:27 +00:00
patch the scienctific_name tag name to "scientific_name"
This commit is contained in:
@@ -205,7 +205,7 @@ func (sequence *BioSequence) SetScientificName(taxonomy *obitax.Taxonomy) string
|
||||
taxon := sequence.Taxon(taxonomy)
|
||||
name := taxon.ScientificName()
|
||||
|
||||
sequence.SetAttribute("scienctific_name", name)
|
||||
sequence.SetAttribute("scientific_name", name)
|
||||
|
||||
return name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user