mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +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