mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-03-25 13:30:52 +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